[tuxdroid-svn] r5949 - 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-08 11:00:08
|
Author: jerome
Date: 2009-12-08 11:59:49 +0100 (Tue, 08 Dec 2009)
New Revision: 5949
Modified:
software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml
Log:
* Command typo.
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-08 10:47:09 UTC (rev 5948)
+++ software_suite_v3/software/plugin/plugin-skype/branches/in_out_plugin/resources/plugin.xml 2009-12-08 10:59:49 UTC (rev 5949)
@@ -17,7 +17,7 @@
</parameters>
<commands>
<command
- name="run"
+ name="runDaemon"
description="Start Skype notifier"
daemon="true"
notifier="true"
@@ -27,7 +27,7 @@
<task
name="Activation"
description="Activate the Skype notifier"
- command="run"
+ command="runDaemon"
type="once delayed"
activated="false"
|