[hbbtv] changed ait handle
[vuplus_dvbapp] / lib / python / Screens / InfoBarGenerics.py
index 3ef0880..3d78d6b 100755 (executable)
@@ -1829,6 +1829,7 @@ class InfoBarSubserviceSelection:
                        del self.selectedSubservice
 
 from Components.Sources.HbbtvApplication import HbbtvApplication
+gHbbtvApplication = HbbtvApplication()
 class InfoBarRedButton:
        def __init__(self):
                if not (config.misc.rcused.value == 1):
@@ -1836,7 +1837,7 @@ class InfoBarRedButton:
                                {
                                        "activateRedButton": (self.activateRedButton, _("Red button...")),
                                })
-                       self["HbbtvApplication"] = HbbtvApplication()
+                       self["HbbtvApplication"] = gHbbtvApplication
                else:
                        self["HbbtvApplication"] = Boolean(fixed=0)
                        self["HbbtvApplication"].name = "" #is this a hack?