From 66c986c30581395ca55eefde27db4598bd93d550 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sat, 13 Sep 2008 02:31:45 +0000 Subject: [PATCH] fix status bar wtf --- deluge/ui/gtkui/statusbar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deluge/ui/gtkui/statusbar.py b/deluge/ui/gtkui/statusbar.py index b78aa0df3..06615585d 100644 --- a/deluge/ui/gtkui/statusbar.py +++ b/deluge/ui/gtkui/statusbar.py @@ -398,6 +398,7 @@ class StatusBar(component.Component): # Set the config in the core if value != self.max_upload_speed: + client.set_config({"max_upload_speed": value}) def _on_connection_item_clicked(self, widget, event): menu = deluge.common.build_menu_radio_list(