Revision: 1536
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1536&view=rev
Author:   nadvornik
Date:     2009-03-15 11:58:46 +0000 (Sun, 15 Mar 2009)

Log Message:
-----------
fixed a bug in osd updating, it seems that the osd icons work again

Modified Paths:
--------------
    trunk/src/image-overlay.c

Modified: trunk/src/image-overlay.c
===================================================================
--- trunk/src/image-overlay.c   2009-03-15 11:34:09 UTC (rev 1535)
+++ trunk/src/image-overlay.c   2009-03-15 11:58:46 UTC (rev 1536)
@@ -888,8 +888,7 @@
                image_osd_icons_hide(osd);
                }
 
-       if (osd->imd->il && image_loader_get_is_done(osd->imd->il))
-               osd->changed_states = IMAGE_STATE_NONE;
+       osd->changed_states = IMAGE_STATE_NONE;
        osd->notify = 0;
        osd->idle_id = -1;
        return FALSE;


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