Module: deluge
Branch: chunked-sessionproxy-and-gtkui-speedups
Commit: 9d29ca7b2971c220e90c5821ca74904dcb75575a

Author: Pedro Algarvio <[email protected]>
Date:   Sun May  8 02:39:35 2011 +0100

Check against libtorrent >15 not >16.

---

 deluge/core/torrent.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/deluge/core/torrent.py b/deluge/core/torrent.py
index c94c833..d114bf3 100644
--- a/deluge/core/torrent.py
+++ b/deluge/core/torrent.py
@@ -569,7 +569,7 @@ class Torrent(object):
         Returns the time a torrent was last seen complete, ie, with all pieces
         available.
         """
-        if lt.version_minor > 16:
+        if lt.version_minor > 15:
             return self.status.last_seen_complete
         self.calculate_last_seen_complete()
         return self._last_seen_complete

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to