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