diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-02-12 16:48:39 +0100 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-02-12 16:48:39 +0100 |
| commit | 1bd22cc97199c878255925ef2a9032881acef470 (patch) | |
| tree | 6285e24f85e5da7d1a5034c9bfd406476d354241 /lib/python/Screens/InfoBarGenerics.py | |
| parent | 926d947e42248dab0016e59eda067d10d12cbeec (diff) | |
| download | enigma2-1bd22cc97199c878255925ef2a9032881acef470.tar.gz enigma2-1bd22cc97199c878255925ef2a9032881acef470.zip | |
allow extensions on blue button for movie player (usable on dm8000 rc)
Diffstat (limited to 'lib/python/Screens/InfoBarGenerics.py')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 9e0e50af..3404e3f9 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -1221,7 +1221,7 @@ class InfoBarExtensions: self["InstantExtensionsActions"] = HelpableActionMap(self, "InfobarExtensions", { "extensions": (self.showExtensionSelection, _("view extensions...")), - }) + }, 1) # lower priority def addExtension(self, extension, key = None, type = EXTENSION_SINGLE): self.list.append((type, extension, key)) |
