diff src/utilops.c @ 783:d6a7fb4b8e7c

replaced directory path with FileData* dir_fd
author nadvornik
date Tue, 03 Jun 2008 19:44:19 +0000
parents 44128da39e13
children 16b3a5c8aedc
line wrap: on
line diff
--- a/src/utilops.c	Tue Jun 03 15:54:05 2008 +0000
+++ b/src/utilops.c	Tue Jun 03 19:44:19 2008 +0000
@@ -1439,7 +1439,7 @@
 
 
 /* FIXME: */
-void file_util_create_dir(const gchar *path, GtkWidget *parent)
+void file_util_create_dir(FileData *dir_fd, GtkWidget *parent)
 {
 }
 
@@ -1536,7 +1536,7 @@
 		return file_data_ref(fd);
 		}
 
-	if (!filelist_read_lstat(fd->path, &flist, &dlist)) file_data_ref(fd);
+	if (!filelist_read_lstat(fd, &flist, &dlist)) file_data_ref(fd);
 
 	work = dlist;
 	while (work && !fail)
@@ -1738,7 +1738,7 @@
 		return;
 		}
 
-	if (!filelist_read_lstat(fd->path, &flist, &dlist))
+	if (!filelist_read_lstat(fd, &flist, &dlist))
 		{
 		gchar *text;