reset choices of connectedTo on leaving the nim setup with the "EXIT"
[enigma2.git] / lib / python / Screens / Ipkg.py
index 216cf8c85b96244de6691327bc34dfb080c9c4dc..eac034798ef2e895fb2925c90e9324fa3e81cf89 100644 (file)
@@ -28,7 +28,7 @@ class Ipkg(Screen):
                
                self.activity = 0
                self.activityTimer = eTimer()
-               self.activityTimer.timeout.get().append(self.doActivityTimer)
+               self.activityTimer.callback.append(self.doActivityTimer)
                #self.activityTimer.start(100, False)
                                
                self.ipkg = IpkgComponent()