From: Andreas Monzner Date: Tue, 24 Jan 2006 00:26:23 +0000 (+0000) Subject: fix no more working color buttons in channellist after disable movemode X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=00bcc7ce938eabe4494f821b543364544e4084b4 fix no more working color buttons in channellist after disable movemode --- diff --git a/lib/python/Screens/ChannelSelection.py b/lib/python/Screens/ChannelSelection.py index 7f5e102..9cc6be7 100644 --- a/lib/python/Screens/ChannelSelection.py +++ b/lib/python/Screens/ChannelSelection.py @@ -238,7 +238,7 @@ class ChannelSelectionEdit: if self.entry_marked: self.toggleMoveMarked() # unmark current entry self.movemode = False - self.pathChangedDisabled = True # re-enable path change + self.pathChangedDisabled = False # re-enable path change self.mutableList.flushChanges() # FIXME add check if changes was made self.mutableList = None self.instance.setTitle(self.saved_title)