[tuxdroid-svn] r4998 - software_suite_v3/software/plugin/plugin-xmms/trunk/resources
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-07-02 08:41:59
|
Author: jerome
Date: 2009-07-02 10:41:45 +0200 (Thu, 02 Jul 2009)
New Revision: 4998
Modified:
software_suite_v3/software/plugin/plugin-xmms/trunk/resources/plugin.xml
Log:
* Updated tasks.
Modified: software_suite_v3/software/plugin/plugin-xmms/trunk/resources/plugin.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-xmms/trunk/resources/plugin.xml 2009-07-02 08:39:34 UTC (rev 4997)
+++ software_suite_v3/software/plugin/plugin-xmms/trunk/resources/plugin.xml 2009-07-02 08:41:45 UTC (rev 4998)
@@ -42,10 +42,10 @@
exclusive="true" />
</commands>
<tasks>
- <task
+ <task
name="Start daily at"
description="Start me daily"
- command="run"
+ command="check"
type="daily at"
activated="false"
@@ -53,20 +53,9 @@
weekMaskType="weekpart"
weekMaskVisible="true"
- date="2009/10/10"
- dateVisible="false"
-
hoursBegin="07:00:00"
hoursBeginMask="true,true,false"
hoursBeginVisible="true"
-
- hoursEnd="07:15:00"
- hoursEndMask="true,true,false"
- hoursEndVisible="true"
-
- delay="00:01:00"
- delayMask="false,true,false"
- delayVisible="false"
/>
</tasks>
</gadget>
|