diff src/typedefs.h @ 800:a25b228978a0

various notification improvements
author nadvornik
date Sat, 07 Jun 2008 15:08:33 +0000
parents 0be132a51f51
children c3fc736fb927
line wrap: on
line diff
--- a/src/typedefs.h	Sat Jun 07 10:45:33 2008 +0000
+++ b/src/typedefs.h	Sat Jun 07 15:08:33 2008 +0000
@@ -441,7 +441,7 @@
 	gchar *collate_key_name_nocase;
 	gint64 size;
 	time_t date;
-	gboolean marks[FILEDATA_MARKS_SIZE];
+	gint marks;
 	GList *sidecar_files;
 	FileData *parent; /* parent file if this is a sidecar file, NULL otherwise */
 	FileDataChangeInfo *change; /* for rename, move ... */