mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +00:00
[#2696] [GTKUI] Fix incorrect destination folder shown in GTK UI
This commit is contained in:
parent
6cbb2fa5e1
commit
6032c25813
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue