mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix other speed dialog from tray
This commit is contained in:
parent
71bd04351e
commit
4b68fa7d76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue