From: Andreas Monzner Date: Thu, 23 Nov 2006 21:21:07 +0000 (+0000) Subject: fix prev commit X-Git-Tag: 2.6.0~2676 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/570bb6b05d8102055c5920060e76f1ae2f9caaa3 fix prev commit --- diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index c376d4fa..a0c1bde5 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -344,7 +344,7 @@ class ChannelSelectionEdit: pos1 = str1.find("FROM BOUQUET") pos2 = self.bouquet_rootstr.find("FROM BOUQUET") if pos1 != -1 and pos2 != -1 and str1[pos1:] == self.bouquet_rootstr[pos2:]: - self.setMode() #reload + self.setRoot(self.bouquet_root) else: print "add", str, "to bouquets failed" else: