From 4e22511d5ab0dea80c9d83bf869292111a2e45f6 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 8 Aug 2007 22:06:13 +0000 Subject: [PATCH] finish revert i hope --- src/interface.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/interface.py b/src/interface.py index 9f1bad118..a52b3c4f1 100644 --- a/src/interface.py +++ b/src/interface.py @@ -963,7 +963,8 @@ class DelugeGTK: max_connections = _("Unlimited") else: max_connections = int(self.config.get("max_connections_global")) - + dlspeed = common.fspeed(core_state['download_rate']) + ulspeed = common.fspeed(core_state['upload_rate']) dltotal = common.fsize(core_state['total_downloaded']) ultotal = common.fsize(core_state['total_uploaded']) @@ -996,7 +997,7 @@ class DelugeGTK: _("Total Uploaded"), ultotal) self.tray_icon.set_tooltip(msg) - + def update_torrent_info_widget(self): unique_id = self.get_selected_torrent() # If no torrents added