split Misc Converter/Source into RecordState and TunerInfo Source /
[vuplus_dvbapp] / lib / python / Components / HelpMenuList.py
index b1a31b8..07bbdd2 100644 (file)
@@ -1,4 +1,4 @@
-from GUIComponent import *
+from GUIComponent import GUIComponent
 
 from enigma import eListboxPythonMultiContent, eListbox, gFont
 
@@ -21,6 +21,10 @@ class HelpMenuList(GUIComponent):
 
                                buttons = queryKeyBinding(context, action)
 
+                               # do not display entries which are not accessible from keys
+                               if not len(buttons):
+                                       continue
+
                                name = None
                                flags = 0