aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-04-15 08:41:03 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-04-15 08:41:03 +0000
commit454fc2dd8591aa9f45545f9c0c667a49a221b285 (patch)
tree99b7c06bed7796b94552e189d1bc938e8e8c6904 /lib/python
parentb8f5ce238d6307c1030956c470e550b711493f3c (diff)
downloadenigma2-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.py1
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: