Make GuiDestinationOption Folder Icon start in users directory (#979)
Fixes #10917
This commit is contained in:
parent
672603c8ae
commit
7807ff8a6d
@ -1756,7 +1756,8 @@ class GuiDestinationOption(Gtk.Box):
|
|||||||
name = get_curr_dir
|
name = get_curr_dir
|
||||||
fcd.set_current_folder(name)
|
fcd.set_current_folder(name)
|
||||||
else:
|
else:
|
||||||
fcd.set_current_name(name)
|
fcd.set_current_name(os.path.basename(name))
|
||||||
|
fcd.set_current_folder(os.path.dirname(name))
|
||||||
|
|
||||||
status = fcd.run()
|
status = fcd.run()
|
||||||
if status == Gtk.ResponseType.OK:
|
if status == Gtk.ResponseType.OK:
|
||||||
|
Loading…
Reference in New Issue
Block a user