mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-14 05:26:28 +00:00
[#2696] [GTKUI] Fix incorrect destination folder shown in GTK UI
This commit is contained in:
parent
6cbb2fa5e1
commit
6032c25813
@ -150,6 +150,7 @@ class OptionsTab(Tab):
|
|||||||
self.chk_move_completed.set_active(status["move_on_completed"])
|
self.chk_move_completed.set_active(status["move_on_completed"])
|
||||||
if status["move_on_completed_path"] != self.prev_status["move_on_completed_path"]:
|
if status["move_on_completed_path"] != self.prev_status["move_on_completed_path"]:
|
||||||
if client.is_localhost():
|
if client.is_localhost():
|
||||||
|
self.filechooser_move_completed.unselect_all()
|
||||||
self.filechooser_move_completed.set_current_folder(status["move_on_completed_path"])
|
self.filechooser_move_completed.set_current_folder(status["move_on_completed_path"])
|
||||||
else:
|
else:
|
||||||
self.entry_move_completed.set_text(status["move_on_completed_path"])
|
self.entry_move_completed.set_text(status["move_on_completed_path"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user