[#2696] [GTKUI] Fix incorrect destination folder shown in GTK UI

This commit is contained in:
bendikro 2015-09-17 11:28:56 +02:00
parent 6cbb2fa5e1
commit 6032c25813
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ class OptionsTab(Tab):
self.chk_move_completed.set_active(status["move_on_completed"])
if status["move_on_completed_path"] != self.prev_status["move_on_completed_path"]:
if client.is_localhost():
self.filechooser_move_completed.unselect_all()
self.filechooser_move_completed.set_current_folder(status["move_on_completed_path"])
else:
self.entry_move_completed.set_text(status["move_on_completed_path"])