Merge branch 'vuplus_experimental' of 192.168.102.66:/var/ikseong/repo/enigma2 into...
authorschon <schon@dev03-server>
Wed, 13 Apr 2011 11:32:47 +0000 (20:32 +0900)
committerschon <schon@dev03-server>
Wed, 13 Apr 2011 11:32:47 +0000 (20:32 +0900)
lib/python/Plugins/SystemPlugins/Fancontrol/plugin.py

index 97a61ee..e3d3c52 100644 (file)
@@ -154,7 +154,7 @@ def selSetup(menuid, **kwargs):
 
 def setfancontrol(reason, **kwargs):
        try:
-               if config.plugins.fancontrols.standbymode.value is "on":
+               if config.plugins.fancontrols.standbymode.value == "on":
                        open('/proc/stb/system/standby_fan_off','w').write('0')
                else:
                        open('/proc/stb/system/standby_fan_off','w').write('1')