remove new found flags when do a automatic scan and "clear before scan" was
[enigma2.git] / lib / python / Components / HelpMenuList.py
index b1a31b8bc030eb6847127def61fbfdd8b87d01c8..07bbdd2a9a1f2127f51be98ce4cbecc956e073ac 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