diff src/typedefs.h @ 562:544958ddd70e

Rename thumbs_fd to thumbs_filedata in ViewFileIcon struct to match the name used in ViewFileList.
author zas_
date Sat, 03 May 2008 15:13:15 +0000
parents 977b9bbd0e9b
children 1ad894219964
line wrap: on
line diff
--- a/src/typedefs.h	Sat May 03 15:09:21 2008 +0000
+++ b/src/typedefs.h	Sat May 03 15:13:15 2008 +0000
@@ -709,7 +709,7 @@
 	gint thumbs_running;
 	gint thumbs_count;
 	ThumbLoader *thumbs_loader;
-	FileData *thumbs_fd;
+	FileData *thumbs_filedata;
 };
 
 struct _ViewFileIcon
@@ -750,7 +750,7 @@
 	gint thumbs_running;
 	gint thumbs_count;
 	ThumbLoader *thumbs_loader;
-	FileData *thumbs_fd;
+	FileData *thumbs_filedata;
 
 	/* func list */
 	void (*func_thumb_status)(ViewFileIcon *vfi, gdouble val, const gchar *text, gpointer data);