diff src/pan-util.c @ 138:71e1ebee420e

replaced gchar* path with FileData *fd
author nadvornik
date Tue, 11 Sep 2007 20:06:29 +0000
parents de64a683d5d0
children f6e307c7bad6
line wrap: on
line diff
--- a/src/pan-util.c	Thu Aug 23 20:45:59 2007 +0000
+++ b/src/pan-util.c	Tue Sep 11 20:06:29 2007 +0000
@@ -244,7 +244,7 @@
 			folders = g_list_concat(dlist, folders);
 			}
 
-		file_data_free(fd);
+		file_data_unref(fd);
 		}
 
 	return result;