[tuxdroid-svn] r5969 - 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-10 14:37:49
|
Author: jerome
Date: 2009-12-10 15:37:28 +0100 (Thu, 10 Dec 2009)
New Revision: 5969
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 12:44:16 UTC (rev 5968)
+++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2009-12-10 14:37:28 UTC (rev 5969)
@@ -18,7 +18,11 @@
<commands>
<command
name="incomingCall"
- description="Start Skype incoming call"/>
+ description="Start Skype incoming call"
+ daemon="true"
+ exclusive="true"
+ critical="true"
+ allUserButtons="true"/>
<command
name="runDaemon"
description="Start Skype notifier"
|