diff src/utilops.c @ 908:5a737cc935cc

file_util_rename_dir should not return anything
author nadvornik
date Mon, 21 Jul 2008 20:50:24 +0000
parents ca8022a156ec
children 9427c91951e8
line wrap: on
line diff
--- a/src/utilops.c	Mon Jul 21 20:40:29 2008 +0000
+++ b/src/utilops.c	Mon Jul 21 20:50:24 2008 +0000
@@ -2081,7 +2081,7 @@
 	file_util_create_dir_full(dir_fd, NULL, parent, UTILITY_PHASE_ENTERING);
 }
 
-gint 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)
 {
 	file_util_rename_dir_full(source_fd, new_path, parent, UTILITY_PHASE_ENTERING);
 }