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

This commit is contained in:
Jérôme Rapinat
2014-05-17 15:36:01 +02:00
parent 4bfbb4e7ca
commit 806cfa696b

View File

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