fixed daemon not launching due to change in API
authorceda <ceda@bs-hosting.dyndns.org>
Thu, 29 Jul 2010 06:49:44 +0000 (08:49 +0200)
committerceda <ceda@bs-hosting.dyndns.org>
Thu, 29 Jul 2010 06:49:44 +0000 (08:49 +0200)
package/src/wifi_assistant/daemon.py

index ec63d7c..ab60b34 100644 (file)
@@ -62,7 +62,7 @@ class Daemon():
                 self.launch_browser()
             return
     
-        if value.get_bool():
+        if value:
             self.launch_browser()