[tuxdroid-svn] r5974 - 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-14 12:48:58
|
Author: jerome
Date: 2009-12-14 13:48:31 +0100 (Mon, 14 Dec 2009)
New Revision: 5974
Modified:
software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml
Log:
* Updated description, runDeamon was enable to notify.
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-13 12:42:59 UTC (rev 5973)
+++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2009-12-14 12:48:31 UTC (rev 5974)
@@ -17,12 +17,12 @@
<!-- Daemon ( incoming ) parameters -->
<parameter
name="throwEmoticons"
- description="Throw or not Emoticons"
+ description="Notify incoming Emoticons"
type="boolean"
defaultValue="true" />
<parameter
name="throwTTS"
- description="Throw or not TTS messages"
+ description="Notify incoming TTS messages"
type="boolean"
defaultValue="true" />
<!-- Outgoing parameter, select it to make outgoing calls -->
@@ -38,22 +38,25 @@
description="Start Skype incoming call"
daemon="true"
exclusive="true"
+ allUserButtons="true"
/>
<command
- name="runDaemon"
+ name="check"
description="Start Skype notifier"
daemon="true"
+ expiration="1"
+ notifier="true"
/>
</commands>
<tasks>
<task
name="Activation"
description="Activate the Skype notifier"
- command="runDaemon"
+ command="check"
type="once delayed"
activated="false"
- delay="00:00:15"
+ delay="00:00:10"
delayMask="false,false,false"
delayVisible="false"
/>
|