[tuxdroid-svn] r6001 - 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-19 13:51:54
|
Author: jerome Date: 2009-12-19 14:51:29 +0100 (Sat, 19 Dec 2009) New Revision: 6001 Modified: software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml Log: * Removed a parameter that will not be used at the end ( calls strategy ). 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-18 15:16:53 UTC (rev 6000) +++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2009-12-19 13:51:29 UTC (rev 6001) @@ -14,7 +14,7 @@ <platform>all</platform> </description> <parameters> - <!-- Daemon ( incoming ) parameters --> + <!-- Daemon ( incoming events) parameters --> <parameter name="throwEmoticons" description="Notify incoming Emoticons" @@ -24,13 +24,7 @@ name="throwTTS" description="Notify incoming TTS messages" type="boolean" - defaultValue="true" /> - <!-- Outgoing parameter, select it to make outgoing calls --> - <parameter - name="isOutgoing" - description="Make outgoing calls" - type="boolean" - defaultValue="false" /> + defaultValue="true" /> </parameters> <commands> <command @@ -39,6 +33,7 @@ daemon="true" exclusive="true" allUserButtons="true" + critical="true" /> <command name="check" |