From 4b68fa7d767f3362a24dee000acce9d5a367235f Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sun, 29 Jun 2008 05:18:10 +0000 Subject: [PATCH] fix other speed dialog from tray --- deluge/ui/gtkui/systemtray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/gtkui/systemtray.py b/deluge/ui/gtkui/systemtray.py index 55b34e39d..5fcd4120d 100644 --- a/deluge/ui/gtkui/systemtray.py +++ b/deluge/ui/gtkui/systemtray.py @@ -316,7 +316,7 @@ class SystemTray(component.Component): value = -1 if value == _("Other..."): - value = deluge.common.show_other_speed_dialog( + value = deluge.common.show_other_dialog( string + " Speed (KiB/s):", default) if value == None: return