fixed a bug in osd updating, it seems that the osd icons work again
authorVladimir Nadvornik <nadvornik@suse.cz>
Sun, 15 Mar 2009 11:58:46 +0000 (11:58 +0000)
committerVladimir Nadvornik <nadvornik@suse.cz>
Sun, 15 Mar 2009 11:58:46 +0000 (11:58 +0000)
src/image-overlay.c

index 50c6f2d..d5d696a 100644 (file)
@@ -888,8 +888,7 @@ static gboolean image_osd_update_cb(gpointer data)
                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;