Hello,

I have experienced the problem described in this bug report and 
the patch below solved it for me.
I have not actually tested btdownloadgui with only this change; 
my local copy contains some other, presumably unrelated, changes.

Kind regards,
Arnold Metselaar


--- bittorrent-3.4.2/btdownloadgui.py   2005-12-16 19:52:59.085915976 +0100
+++ bittorrent-3.4.2/btdownloadgui.py.merge     2005-12-16 20:46:17.104743216 
+0100
@@ -183,6 +183,7 @@ class DownloadInfoFrame:
                 self.downTotalText.SetLabel('%.1f M' % (downTotal))
             if upTotal is not None:
                 self.upTotalText.SetLabel('%.1f M' % (upTotal))
+            self.frame.Refresh()
             self.last_update_time = time()
         except:
             print_exc()


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to