7706: typo, 'val' not defined on gui.viewmanager
This commit is contained in:
parent
41cb84a7cc
commit
882796ac53
@ -1356,7 +1356,7 @@ class ViewManager(CLIManager):
|
|||||||
if status == Gtk.ResponseType.OK:
|
if status == Gtk.ResponseType.OK:
|
||||||
filename = f.get_filename()
|
filename = f.get_filename()
|
||||||
if filename:
|
if filename:
|
||||||
path_entry.set_text(val)
|
path_entry.set_text(filename)
|
||||||
f.destroy()
|
f.destroy()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user