diff src/utilops.h @ 1634:9b692bdb4b9f

unify code paths for New directory keep the directory visible after rename https://sourceforge.net/tracker/?func=detail&aid=1951183&group_id=222125&atid=1054680
author nadvornik
date Mon, 08 Jun 2009 19:05:49 +0000
parents 8b89e3ff286b
children 6c5b58276762
line wrap: on
line diff
--- a/src/utilops.h	Sun Jun 07 10:11:05 2009 +0000
+++ b/src/utilops.h	Mon Jun 08 19:05:49 2009 +0000
@@ -41,7 +41,7 @@
 
 void file_util_create_dir(FileData *dir_fd, GtkWidget *parent, FileUtilDoneFunc done_func, gpointer done_data);
 
-void file_util_rename_dir(FileData *source_fd, const gchar *new_path, GtkWidget *parent);
+void file_util_rename_dir(FileData *source_fd, const gchar *new_path, GtkWidget *parent, FileUtilDoneFunc done_func, gpointer done_data);
 
 /* these avoid the location entry dialog, list must be files only and
  * dest_path must be a valid directory path