fix menu close with config flush
[vuplus_dvbapp] / lib / python / Screens / ChannelSelection.py
index 476348f..5c5cc70 100644 (file)
@@ -821,6 +821,7 @@ class ChannelSelection(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelect
                hlen = len(self.history)
                if hlen > HISTORYSIZE:
                        del self.history[0]
+                       hlen -= 1
                self.history_pos = hlen-1
 
        def historyBack(self):