7706: typo, 'val' not defined on gui.viewmanager
This commit is contained in:
@@ -1359,7 +1359,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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user