diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-02-06 12:35:02 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-02-06 12:35:02 +0000 |
| commit | 3183aaba07375fc42e5d1a37bacf17a7c8631e94 (patch) | |
| tree | 286a8dba4a092d45e42e8e76fc88a28d33ef7fdc /lib/python/Screens/ChannelSelection.py | |
| parent | cd4777936e5463145f70e875d46cc6fb0dcb79d2 (diff) | |
| download | enigma2-3183aaba07375fc42e5d1a37bacf17a7c8631e94.tar.gz enigma2-3183aaba07375fc42e5d1a37bacf17a7c8631e94.zip | |
cleanup
Diffstat (limited to 'lib/python/Screens/ChannelSelection.py')
| -rw-r--r-- | lib/python/Screens/ChannelSelection.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 3a093dee..20fc0993 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -264,7 +264,6 @@ class ChannelSelectionEdit: def startMarkedEdit(self): self.mutableList = self.getMutableList() # add all services from the current list to internal marked set in listboxservicecontent - self.bouquetRoot = self.getRoot() self.clearMarks() # this clears the internal marked set in the listboxservicecontent self.saved_title = self.instance.getTitle() pos = self.saved_title.find(')') @@ -274,7 +273,6 @@ class ChannelSelectionEdit: else: new_title += ' ' + _("[favourite edit]") self.instance.setTitle(new_title) - print new_title self.bouquet_mark_edit = True self.__marked = self.servicelist.getRootServices() for x in self.__marked: @@ -301,7 +299,6 @@ class ChannelSelectionEdit: self.__marked = [] self.clearMarks() self.bouquet_mark_edit = False - self.bouquetRoot = None self.mutableList = None self.instance.setTitle(self.saved_title) self.saved_title = None |
