aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-28 14:11:52 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-10-28 14:11:52 +0000
commita8aff306c890d172d79f701af7a98d508a6f1f28 (patch)
treeb60b4d9c3a4bac828a2904cfb47b53aa0d0082b9 /lib/python
parentf7b88cee0d1a27ddfda26ad4c77d16b3a0c4e168 (diff)
downloadenigma2-a8aff306c890d172d79f701af7a98d508a6f1f28.tar.gz
enigma2-a8aff306c890d172d79f701af7a98d508a6f1f28.zip
enable/disable pip with blue button in extensions menu
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py
index f2f33473..e3caa6e8 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -1163,7 +1163,7 @@ class InfoBarPiP:
def __init__(self):
self.session.pipshown = False
- self.addExtension((self.getShowHideName, self.showPiP, self.available), "red")
+ self.addExtension((self.getShowHideName, self.showPiP, self.available), "blue")
self.addExtension((self.getMoveName, self.movePiP, self.pipShown), "green")
self.addExtension((self.getSwapName, self.swapPiP, self.pipShown), "yellow")