fixed a typo
authorVladimir Nadvornik <nadvornik@suse.cz>
Sun, 29 Mar 2009 19:57:19 +0000 (19:57 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Sun, 29 Mar 2009 19:57:19 +0000 (19:57 +0000)
src/histogram.c

index a8d3449..242ddd6 100644 (file)
@@ -381,7 +381,7 @@ gboolean histogram_draw(Histogram *histogram, const HistMap *histmap, GdkPixbuf
 
 void histogram_notify_cb(FileData *fd, NotifyType type, gpointer data)
 {
-       if ((type & (NOTIFY_CHANGE || NOTIFY_REREAD)) && fd->histmap)
+       if ((type & (NOTIFY_CHANGE | NOTIFY_REREAD)) && fd->histmap)
                {
                histmap_free(fd->histmap);
                fd->histmap = NULL;