diff src/collect.c @ 1432:cf4029d10d38

improved notification system
author nadvornik
date Sat, 14 Mar 2009 17:21:35 +0000
parents 3a9fb1b52559
children d7a6fb7a90dd
line wrap: on
line diff
--- a/src/collect.c	Sat Mar 14 11:26:43 2009 +0000
+++ b/src/collect.c	Sat Mar 14 17:21:35 2009 +0000
@@ -749,7 +749,7 @@
 {
 	CollectionData *cd = data;
 
-	if (type != NOTIFY_TYPE_CHANGE || !fd->change) return;
+	if (!(type & NOTIFY_CHANGE) || !fd->change) return;
 	
 	switch (fd->change->type)
 		{