delete characters in the InputBox with mute key
[enigma2.git] / lib / python / Screens / ChannelSelection.py
index 8b3fe93c02782ac6ab9899bc41a8115ce27e4571..db27945145680bb8d7b52b08eded6beccc49c15c 100644 (file)
@@ -103,7 +103,7 @@ class ChannelContextMenu(Screen):
                self.close(False)
                
        def showBouquetInputBox(self):
-               self.session.openWithCallback(self.bouquetInputCallback, InputBox, title=_("Please enter a name for the new bouquet"), text="neues_bouquet", maxSize=False, type=Input.TEXT)
+               self.session.openWithCallback(self.bouquetInputCallback, InputBox, title=_("Please enter a name for the new bouquet"), text="bouquetname", maxSize=False, type=Input.TEXT)
 
        def bouquetInputCallback(self, bouquet):
                if bouquet is not None: