Revision: 1584
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1584&view=rev
Author:   nadvornik
Date:     2009-03-29 19:57:19 +0000 (Sun, 29 Mar 2009)

Log Message:
-----------
fixed a typo

Modified Paths:
--------------
    trunk/src/histogram.c

Modified: trunk/src/histogram.c
===================================================================
--- trunk/src/histogram.c       2009-03-29 19:40:16 UTC (rev 1583)
+++ trunk/src/histogram.c       2009-03-29 19:57:19 UTC (rev 1584)
@@ -381,7 +381,7 @@
 
 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;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to