7706: typo, 'val' not defined on gui.viewmanager

This commit is contained in:
Jérôme Rapinat 2014-05-17 15:35:01 +02:00
parent 41cb84a7cc
commit 882796ac53

View File

@ -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