changeset 946:1d6e01950e85

remember path entered in file dialog http://sourceforge.net/tracker/index.php?func=detail&aid=2028977&group_id=222125&atid=1054680
author nadvornik
date Sun, 27 Jul 2008 18:20:59 +0000
parents fd84847c8231
children 368643594bc8
files src/utilops.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/utilops.c	Sun Jul 27 13:46:24 2008 +0000
+++ b/src/utilops.c	Sun Jul 27 18:20:59 2008 +0000
@@ -1000,6 +1000,7 @@
 	UtilityData *ud = data;
 	
 	file_util_dest_folder_update_path(ud);
+	if (isdir(ud->dest_path)) file_dialog_sync_history(fdlg, TRUE);
 	file_dialog_close(fdlg);
 	
 	ud->fdlg = NULL;