Merge branch 'pr/11'

Conflicts:
	resources/lib/gui.py
This commit is contained in:
Correl Roush 2013-04-11 22:24:08 -04:00
commit d2e881fa67

View file

@ -63,8 +63,8 @@ class TransmissionGUI(xbmcgui.WindowXMLDialog):
xbmcgui.Dialog().ok(_(2), message)
return False
p.close()
self.updateTorrents()
p.close()
self.timer = threading.Timer(UPDATE_INTERVAL, self.updateTorrents)
self.timer.start()
def updateTorrents(self):