The branch, eden has been updated
       via  66bcd1edcf4f84f6ea157577e7ec6a6c36204359 (commit)
      from  09a0d4069495a4a279c14e8b02155a81f8f48cc9 (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=66bcd1edcf4f84f6ea157577e7ec6a6c36204359

commit 66bcd1edcf4f84f6ea157577e7ec6a6c36204359
Author: ronie <[email protected]>
Date:   Thu Feb 28 18:48:16 2013 +0100

    [service.watchdog] -v0.6.6

diff --git a/service.watchdog/addon.xml b/service.watchdog/addon.xml
index 5ee46f0..40845e0 100644
--- a/service.watchdog/addon.xml
+++ b/service.watchdog/addon.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="service.watchdog"
        name="Library watchdog"
-       version="0.6.5"
+       version="0.6.6"
        provider-name="takoi">
   <requires>
     <import addon="xbmc.python" version="2.0"/>
diff --git a/service.watchdog/changelog.txt b/service.watchdog/changelog.txt
index 041c7fe..26a3119 100644
--- a/service.watchdog/changelog.txt
+++ b/service.watchdog/changelog.txt
@@ -1,3 +1,6 @@
+[B]0.6.6[/B]
+- fixed: error in settings parsing causing script to fail
+
 [B]0.6.5[/B]
 - fixed: library was cleaned even if it was disabled
 
diff --git a/service.watchdog/resources/settings.xml 
b/service.watchdog/resources/settings.xml
index c34285f..33eada3 100644
--- a/service.watchdog/resources/settings.xml
+++ b/service.watchdog/resources/settings.xml
@@ -7,7 +7,7 @@
     <setting label="30011" id="notifications" type="bool" default="true"/>
   </category>
   <category label="30002">
-    <setting label="30006" id="method" type="select" lvalues="30007|30008" 
default="0"/>
+    <setting label="30006" id="method" type="enum" lvalues="30007|30008" 
default="0"/>
     <setting label="30009" id="nonrecursive" type="bool" enable="eq(-1,1)" 
default="false"/>
     <setting label="30010" id="delay" type="number" default="1"/>
   </category>

-----------------------------------------------------------------------

Summary of changes:
 service.watchdog/addon.xml              |    2 +-
 service.watchdog/changelog.txt          |    3 +++
 service.watchdog/resources/settings.xml |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to