[tuxdroid-svn] r5970 - software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resour
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-12-13 12:51:56
|
Author: jerome
Date: 2009-12-13 13:19:10 +0100 (Sun, 13 Dec 2009)
New Revision: 5970
Modified:
software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml
Log:
* Updated command description.
Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2009-12-10 14:37:28 UTC (rev 5969)
+++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2009-12-13 12:19:10 UTC (rev 5970)
@@ -17,32 +17,16 @@
</parameters>
<commands>
<command
- name="incomingCall"
- description="Start Skype incoming call"
+ name="run"
+ description="Start Skype incoming call"
daemon="true"
exclusive="true"
- critical="true"
- allUserButtons="true"/>
+ />
<command
name="runDaemon"
description="Start Skype notifier"
daemon="true"
- notifier="true"
- expiration="1" />
- <command
- name="outgoingCall"
- description="Start Skype outgoing call"
- daemon="true"
- exclusive="true"
- critical="true"
- allUserButtons="true"/>
- <command
- name="endCall"
- description="Start Skype end call"
- daemon="true"
- exclusive="true"
- critical="true"
- allUserButtons="true"/>
+ />
</commands>
<tasks>
<task
@@ -52,7 +36,7 @@
type="once delayed"
activated="false"
- delay="00:00:30"
+ delay="00:00:15"
delayMask="false,false,false"
delayVisible="false"
/>
|