diff src/typedefs.h @ 845:06929cbcd796

renamed fd->pixbuf to fd->thumb_pixbuf
author nadvornik
date Sat, 21 Jun 2008 11:05:55 +0000
parents efed9a1520d6
children 8911a4f0e56c
line wrap: on
line diff
--- a/src/typedefs.h	Wed Jun 18 22:26:52 2008 +0000
+++ b/src/typedefs.h	Sat Jun 21 11:05:55 2008 +0000
@@ -446,7 +446,7 @@
 	GList *sidecar_files;
 	FileData *parent; /* parent file if this is a sidecar file, NULL otherwise */
 	FileDataChangeInfo *change; /* for rename, move ... */
-	GdkPixbuf *pixbuf;
+	GdkPixbuf *thumb_pixbuf;
 	gint ref;
 	gint version; /* increased when any field in this structure is changed */
 	gint user_orientation;