don't allow leaving the software update plugin while ipkg is running
[enigma2.git] / lib / python / Components / config.py
index a3537889988e3115690610f65970498824b87743..02d17055b551d36f8afb97e5df53fcd9781b76f8 100644 (file)
@@ -336,7 +336,7 @@ class ConfigSequence(ConfigElement):
                        max_pos += len(str(self.limits[num][1]))
 
                        while self._value[num] < self.limits[num][0]:
-                               self.value[num] += 1
+                               self._value[num] += 1
 
                        while self._value[num] > self.limits[num][1]:
                                self._value[num] -= 1