diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-07-10 16:22:14 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-07-10 16:22:14 +0000 |
| commit | d96b342b280c03eed23f4998924aea4c0869ae1d (patch) | |
| tree | 1a112aadd5ffa847a2411777b5afb7be0f5cd00b /lib/python | |
| parent | cc5126538b58123908717b37816968071d603eb5 (diff) | |
| download | enigma2-d96b342b280c03eed23f4998924aea4c0869ae1d.tar.gz enigma2-d96b342b280c03eed23f4998924aea4c0869ae1d.zip | |
fix 'ok' priority
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/Extensions/CutListEditor/plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/CutListEditor/plugin.py b/lib/python/Plugins/Extensions/CutListEditor/plugin.py index b17fa176..241f43bb 100644 --- a/lib/python/Plugins/Extensions/CutListEditor/plugin.py +++ b/lib/python/Plugins/Extensions/CutListEditor/plugin.py @@ -174,7 +174,7 @@ class CutListEditor(Screen, InfoBarSeek, InfoBarCueSheetSupport): "removeMark": (self.__removeMark, _("Remove a mark")), "leave": (self.exit, _("Exit editor")), "showMenu": self.showMenu, - }) + }, prio=-4) self.tutorial_seen = False |
