[tuxdroid-svn] r5927 - 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-03 12:51:55
|
Author: jerome Date: 2009-12-03 13:33:34 +0100 (Thu, 03 Dec 2009) New Revision: 5927 Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml Log: * Updated plugin 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-03 12:30:56 UTC (rev 5926) +++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2009-12-03 12:33:34 UTC (rev 5927) @@ -14,30 +14,26 @@ <platform>all</platform> </description> <parameters> - <parameter - category="Options" - name="quitGadget" - description="Quit the gadget after a call" - type="boolean" - defaultValue="true" - /> - <parameter - category="Options" - name="startupStatus" - description="Set your status" - type="enum(Keep my current status,Online,Busy,Do not disturb,Away,Skype me,Invisible)" - defaultValue="Keep my current status" - /> </parameters> <commands> - <commands + <command name="run" - description="Takes control of skype" + description="Start Skype notifier" daemon="true" - exclusive="true" - critical="true" - allUserButtons="true"/> + notifier="true" + expiration="1" /> </commands> <tasks> + <task + name="Activation" + description="Activate the Skype notifier" + command="run" + type="once delayed" + activated="false" + + delay="00:00:10" + delayMask="false,false,false" + delayVisible="false" + /> </tasks> </plugin> |