Skip to content

Commit

Permalink
fixed a bug in osd updating, it seems that the osd icons work again
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Mar 15, 2009
1 parent 04e5dfc commit 7c3dc4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/image-overlay.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7c3dc4d

Please sign in to comment.