X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpython%2FPlugins%2FSystemPlugins%2FOldSoftwareUpdate%2Fplugin.py;h=c72163820b97cb7050ecb12831385a81102af8c0;hb=6f73e6abddf4170357c490966d0e1c622eb376f5;hp=17abb0ffc20bcb52b6c15687e9cab0c601392b93;hpb=84781c10a768b91a02151b202c76b52b1c5789c2;p=vuplus_dvbapp diff --git a/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py b/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py index 17abb0f..c721638 100644 --- a/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py +++ b/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py @@ -30,7 +30,7 @@ class Upgrade(Screen): self.update = True self.delayTimer = eTimer() - self.delayTimer.timeout.get().append(self.doUpdateDelay) + self.delayTimer.callback.append(self.doUpdateDelay) def go(self): if self.update: