fix other speed dialog from tray
This commit is contained in:
parent
71bd04351e
commit
4b68fa7d76
@ -316,7 +316,7 @@ class SystemTray(component.Component):
|
|||||||
value = -1
|
value = -1
|
||||||
|
|
||||||
if value == _("Other..."):
|
if value == _("Other..."):
|
||||||
value = deluge.common.show_other_speed_dialog(
|
value = deluge.common.show_other_dialog(
|
||||||
string + " Speed (KiB/s):", default)
|
string + " Speed (KiB/s):", default)
|
||||||
if value == None:
|
if value == None:
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user