Revision: 1546
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1546&view=rev
Author:   nadvornik
Date:     2009-03-15 23:22:17 +0000 (Sun, 15 Mar 2009)

Log Message:
-----------
improved pane_keywords notification

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

Modified: trunk/src/bar_keywords.c
===================================================================
--- trunk/src/bar_keywords.c    2009-03-15 22:46:25 UTC (rev 1545)
+++ trunk/src/bar_keywords.c    2009-03-15 23:22:17 UTC (rev 1546)
@@ -413,7 +413,7 @@
 static void bar_pane_keywords_notify_cb(FileData *fd, NotifyType type, 
gpointer data)
 {
        PaneKeywordsData *pkd = data;
-       if (fd == pkd->fd) bar_pane_keywords_update(pkd);
+       if ((type & (NOTIFY_REREAD | NOTIFY_CHANGE | NOTIFY_METADATA)) && fd == 
pkd->fd) bar_pane_keywords_update(pkd);
 }
 
 static void bar_pane_keywords_changed(GtkTextBuffer *buffer, gpointer data)


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

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to