loading and saving the cable transponders to lamedb works now
[enigma2.git] / lib / python / Screens / Menu.py
index e3e3a0a5c6e40441a80a344b8ae2feb33572f307..bba3628239c381f5f64c6bfe539533e8950ed549 100644 (file)
@@ -90,7 +90,6 @@ class Menu(Screen):
                #        string (as we want to reference 
                #        stuff which is just imported)
                # FIXME. somehow
-               print arg
                if arg[0] != "":
                        exec "from " + arg[0] + " import *"
                        
@@ -118,7 +117,7 @@ class Menu(Screen):
 
        def menuClosedWithConfigFlush(self, *res):
                configfile.save()
-               self.menuClosed(res)
+               self.menuClosed(*res)
 
        def menuClosed(self, *res):
                if len(res) and res[0]: