diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-04-13 00:53:10 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-04-13 00:53:10 +0000 |
| commit | aa6c9dd559999a0b0223fbd66cd0f0512ebc0345 (patch) | |
| tree | 74207656f7632d0df9fc600f5ce0974843af5796 /lib/python | |
| parent | 73e8bb7046d631681fe42d8f56f486f7e36f52b7 (diff) | |
| download | enigma2-aa6c9dd559999a0b0223fbd66cd0f0512ebc0345.tar.gz enigma2-aa6c9dd559999a0b0223fbd66cd0f0512ebc0345.zip | |
fix pip disable
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
