From 61f1d80063b19349657a952ba82b3d8cb59716bf Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Sat, 13 Aug 2005 10:49:29 +0000 Subject: [PATCH] lost row restored --- src/dialogs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dialogs.py b/src/dialogs.py index 30a0e037c..2f9b2c8a0 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -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()