kuuko pushed a commit to branch master. http://git.enlightenment.org/apps/epour.git/commit/?id=eb0cfb780d98708e3505f81370e99d69a9cd7600
commit eb0cfb780d98708e3505f81370e99d69a9cd7600 Author: Kai Huuhko <[email protected]> Date: Thu Jul 10 16:11:56 2014 +0300 Fix torrent props status update --- epour/gui/TorrentProps.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epour/gui/TorrentProps.py b/epour/gui/TorrentProps.py index e375a91..e8d50f6 100644 --- a/epour/gui/TorrentProps.py +++ b/epour/gui/TorrentProps.py @@ -622,6 +622,8 @@ class TorrentStatus(Table): v = self.convert_value(key, getattr(s, key)) self.populate(w, v) + return True + timer = ecore.Timer(5.0, update) self.on_del_add(lambda x: timer.delete()) --
