Remote Control Code : fix confirm message timeout, 10 -> 15
authorChang.H.S <jhs@dev3>
Fri, 28 Oct 2011 08:21:32 +0000 (17:21 +0900)
committerChang.H.S <jhs@dev3>
Fri, 28 Oct 2011 08:21:32 +0000 (17:21 +0900)
lib/python/Plugins/SystemPlugins/RemoteControlCode/plugin.py

index 699d4ad..b34993a 100755 (executable)
@@ -87,7 +87,7 @@ class RemoteControlCode(Screen,ConfigListScreen,RemoteControlCodeInit):
                        self.restoreCode()
                        self.session.openWithCallback(self.close, MessageBox, _("FILE NOT EXIST : /proc/stb/fp/remote_code"), MessageBox.TYPE_ERROR)
                else:
-                       self.session.openWithCallback(self.MessageBoxConfirmCodeCallback, MessageBoxConfirmCode, _("The remote control code will be reset to previous setting"), MessageBox.TYPE_YESNO, timeout = 10, default = False)
+                       self.session.openWithCallback(self.MessageBoxConfirmCodeCallback, MessageBoxConfirmCode, _("The remote control code will be reset to previous setting"), MessageBox.TYPE_YESNO, timeout = 15, default = False)
 
        def restoreCode(self):
                for x in self["config"].list: