diff src/layout_image.c @ 1432:cf4029d10d38

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