allow burning DVDs with multiple titles where playback automatically jumps to the...
[enigma2.git] / lib / python / Components / HelpMenuList.py
index 3d36e95838a902fc0929a4f69de05dd3b08cd831..25c9b8b6bcbb397ad085eb62690f530a7d1b8349 100644 (file)
@@ -34,7 +34,9 @@ class HelpMenuList(GUIComponent):
                                                break
 
                                if flags & 8: # for long keypresses, prepend l_ into the key name.
-                                       name = ("l_" + name[0], name[1], name[2])
+                                       name = (name[0], "long")
+                                       
+                               print "name:", name
 
                                entry.append( (actionmap, context, action, name ) )
                                entry.append( (eListboxPythonMultiContent.TYPE_TEXT, 0, 0, 400, 28, 0, 0, help) )