From aa6c9dd559999a0b0223fbd66cd0f0512ebc0345 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 13 Apr 2006 00:53:10 +0000 Subject: [PATCH] fix pip disable --- lib/python/Screens/InfoBarGenerics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index e296038b..1b743194 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -993,6 +993,7 @@ class InfoBarExtensions: elif answer[1] == "pipoff": #self.pip.hide() + self.pipservice = None del self.pip self.pipshown = False -- 2.30.2