Revision: 1850
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1850&view=rev
Author:   nadvornik
Date:     2009-09-13 12:33:11 +0000 (Sun, 13 Sep 2009)

Log Message:
-----------
preserve histmap on NOTIFY_CHANGE

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

Modified: trunk/src/histogram.c
===================================================================
--- trunk/src/histogram.c       2009-09-13 09:55:21 UTC (rev 1849)
+++ trunk/src/histogram.c       2009-09-13 12:33:11 UTC (rev 1850)
@@ -380,7 +380,7 @@
 
 void histogram_notify_cb(FileData *fd, NotifyType type, gpointer data)
 {
-       if ((type & (NOTIFY_CHANGE | NOTIFY_REREAD)) && fd->histmap)
+       if ((type & NOTIFY_REREAD) && fd->histmap)
                {
                DEBUG_1("Notify histogram: %s %04x", fd->path, type);
                histmap_free(fd->histmap);


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to