From: smlee Date: Fri, 18 Jul 2014 08:32:04 +0000 (+0900) Subject: [hbbtv] fix closing timing X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=7db44ffc0fee51dbe7a8ea12eb75362fde96aa6f [hbbtv] fix closing timing --- diff --git a/lib/python/Plugins/Extensions/HbbTV/browser.py b/lib/python/Plugins/Extensions/HbbTV/browser.py index 1b56e7d..c4b5d22 100644 --- a/lib/python/Plugins/Extensions/HbbTV/browser.py +++ b/lib/python/Plugins/Extensions/HbbTV/browser.py @@ -929,7 +929,7 @@ class Browser(Screen): self.setTitle(title) def _cb_close_window(self): - self._close_timer.start(1000) + self._close_timer.start(2000) def _cb_start_browser(self, data=None, mode=0, opcode='BROWSER_OPENURL'): if not vbcfg.g_main.check_browser(): diff --git a/lib/python/Plugins/Extensions/HbbTV/hbbtv.py b/lib/python/Plugins/Extensions/HbbTV/hbbtv.py index b0bf802..8060bc4 100644 --- a/lib/python/Plugins/Extensions/HbbTV/hbbtv.py +++ b/lib/python/Plugins/Extensions/HbbTV/hbbtv.py @@ -45,7 +45,7 @@ class HbbTVWindow(Screen): self.setTitle(title) def _cb_close_window(self): - self._close_timer.start(1000) + self._close_timer.start(2000) def start_hbbtv_application(self): vbcfg.g_main.vbhandler.soft_volume = -1