r418 - in /debtorrent/trunk: DebTorrent/BT1/DownloaderFeedback.py debian/changelog

camrdale at users.alioth.debian.org camrdale at users.alioth.debian.org
Sat Mar 20 20:21:52 UTC 2010


Author: camrdale
Date: Sat Mar 20 20:21:47 2010
New Revision: 418

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=418
Log:
Fix bug in info page display when seeding (Closes: #524056)

Modified:
    debtorrent/trunk/DebTorrent/BT1/DownloaderFeedback.py
    debtorrent/trunk/debian/changelog

Modified: debtorrent/trunk/DebTorrent/BT1/DownloaderFeedback.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/DebTorrent/BT1/DownloaderFeedback.py?rev=418&op=diff
==============================================================================
--- debtorrent/trunk/DebTorrent/BT1/DownloaderFeedback.py (original)
+++ debtorrent/trunk/DebTorrent/BT1/DownloaderFeedback.py Sat Mar 20 20:21:47 2010
@@ -194,6 +194,7 @@
         s['up'] = self.upfunc()
         if self.finflag.isSet():
             s['done'] = self.file_length
+            s['wanted'] = 0
             return s
         s['down'] = self.downfunc()
         obtained, desired = self.leftfunc()

Modified: debtorrent/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/trunk/debian/changelog?rev=418&op=diff
==============================================================================
--- debtorrent/trunk/debian/changelog (original)
+++ debtorrent/trunk/debian/changelog Sat Mar 20 20:21:47 2010
@@ -6,8 +6,9 @@
   * Fix piuparts uninstallation failure (Closes: #574198)
   * Add a graphical display of the pieces all peers have, thanks 
     Steve Cotton (Closes: #515771)
+  * Fix bug in info page display when seeding (Closes: #524056)
 
- -- Cameron Dale <camrdale at gmail.com>  Sat, 20 Mar 2010 12:23:06 -0700
+ -- Cameron Dale <camrdale at gmail.com>  Sat, 20 Mar 2010 13:21:00 -0700
 
 debtorrent (0.1.9) unstable; urgency=low
 




More information about the Debtorrent-commits mailing list