diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-03 02:00:18 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-03-03 02:00:18 +0000 |
| commit | 13e74ce7d8fcccc12bed3ce65c4f35987f206799 (patch) | |
| tree | 8e66040d566caf1fe177098af5aa8c0200b4f6e0 /lib/python/Screens/ChannelSelection.py | |
| parent | 4cdb4528bbff583dc193f24508157e96a0d95c59 (diff) | |
| download | enigma2-13e74ce7d8fcccc12bed3ce65c4f35987f206799.tar.gz enigma2-13e74ce7d8fcccc12bed3ce65c4f35987f206799.zip | |
delete characters in the InputBox with mute key
Diffstat (limited to 'lib/python/Screens/ChannelSelection.py')
| -rw-r--r-- | lib/python/Screens/ChannelSelection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 8b3fe93c..db279451 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -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: |
