diff src/ui_utildlg.h @ 138:71e1ebee420e

replaced gchar* path with FileData *fd
author nadvornik
date Tue, 11 Sep 2007 20:06:29 +0000
parents d907d608745f
children ddabc4873a3f
line wrap: on
line diff
--- a/src/ui_utildlg.h	Thu Aug 23 20:45:59 2007 +0000
+++ b/src/ui_utildlg.h	Tue Sep 11 20:06:29 2007 +0000
@@ -43,7 +43,7 @@
 	gint type;
 	gint multiple_files;
 
-	gchar *source_path;
+	FileData *source_fd;
 	GList *source_list;
 
 	gchar *dest_path;