diff src/info.h @ 138:71e1ebee420e

replaced gchar* path with FileData *fd
author nadvornik
date Tue, 11 Sep 2007 20:06:29 +0000
parents d907d608745f
children f6e307c7bad6
line wrap: on
line diff
--- a/src/info.h	Thu Aug 23 20:45:59 2007 +0000
+++ b/src/info.h	Tue Sep 11 20:06:29 2007 +0000
@@ -22,7 +22,7 @@
 
 	GList *list;
 
-	const gchar *path;
+	FileData *fd;
 
 	GtkWidget *notebook;
 	GtkWidget *name_entry;
@@ -37,7 +37,7 @@
 };
 
 
-void info_window_new(const gchar *path, GList *list);
+void info_window_new(FileData *fd, GList *list);
 
 GtkWidget *table_add_line(GtkWidget *table, gint x, gint y,
 			  const gchar *description, const gchar *text);