Revision: 1321
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1321&view=rev
Author:   nadvornik
Date:     2008-12-26 18:54:07 +0000 (Fri, 26 Dec 2008)

Log Message:
-----------
remove cached entries on all changes

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

Modified: trunk/src/filecache.c
===================================================================
--- trunk/src/filecache.c       2008-12-26 17:38:52 UTC (rev 1320)
+++ trunk/src/filecache.c       2008-12-26 18:54:07 UTC (rev 1321)
@@ -180,7 +180,7 @@
 {
        FileCacheData *fc = data;
 
-       if (type == NOTIFY_TYPE_REREAD)
+       if (type != NOTIFY_TYPE_INTERNAL) /* invalidate the entry on each file 
change */
                {
                file_cache_remove_fd(fc, fd);
                }


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