lost row restored
This commit is contained in:
parent
633a66d59e
commit
61f1d80063
|
@ -1690,6 +1690,7 @@ _('Connection with peer cannot be established.')).get_response()
|
||||||
response = dialog.run()
|
response = dialog.run()
|
||||||
if response == gtk.RESPONSE_OK:
|
if response == gtk.RESPONSE_OK:
|
||||||
file_path = unicode(dialog.get_filename(), 'utf-8')
|
file_path = unicode(dialog.get_filename(), 'utf-8')
|
||||||
|
(file_dir, file_name) = os.path.split(file_path)
|
||||||
if file_dir:
|
if file_dir:
|
||||||
self.last_save_dir = file_dir
|
self.last_save_dir = file_dir
|
||||||
dialog.destroy()
|
dialog.destroy()
|
||||||
|
|
Loading…
Reference in New Issue