Skip to content

Commit

Permalink
remember path entered in file dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Jul 27, 2008
1 parent 49ed0b4 commit 473d176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utilops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@ static void file_util_fdlg_ok_cb(FileDialog *fdlg, gpointer data)
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;
Expand Down

0 comments on commit 473d176

Please sign in to comment.