lost row restored

This commit is contained in:
Dimitur Kirov 2005-08-13 10:49:29 +00:00
parent 633a66d59e
commit 61f1d80063
1 changed files with 1 additions and 0 deletions

View File

@ -1690,6 +1690,7 @@ _('Connection with peer cannot be established.')).get_response()
response = dialog.run()
if response == gtk.RESPONSE_OK:
file_path = unicode(dialog.get_filename(), 'utf-8')
(file_dir, file_name) = os.path.split(file_path)
if file_dir:
self.last_save_dir = file_dir
dialog.destroy()