diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-04-15 08:41:03 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-04-15 08:41:03 +0000 |
| commit | 454fc2dd8591aa9f45545f9c0c667a49a221b285 (patch) | |
| tree | 99b7c06bed7796b94552e189d1bc938e8e8c6904 /lib/python | |
| parent | b8f5ce238d6307c1030956c470e550b711493f3c (diff) | |
| download | enigma2-454fc2dd8591aa9f45545f9c0c667a49a221b285.tar.gz enigma2-454fc2dd8591aa9f45545f9c0c667a49a221b285.zip | |
remove unneeded (double) close
this fixes adding single services to a bouquet when more than once are avail
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/ChannelSelection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 8d0cdc54..b2d06a4f 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -374,7 +374,6 @@ class ChannelSelectionEdit: if not mutableList.addService(self.servicelist.getCurrent()): self.bouquetNumOffsetCache = { } mutableList.flushChanges() - self.close() def toggleMoveMode(self): if self.movemode: |
