Fix image overlay displayed only on second "I" press in layout view.
authorLaurent Monin <geeqie@norz.org>
Wed, 23 Apr 2008 23:47:53 +0000 (23:47 +0000)
committerLaurent Monin <geeqie@norz.org>
Wed, 23 Apr 2008 23:47:53 +0000 (23:47 +0000)
src/image-overlay.c

index 31f69eb..8ee9554 100644 (file)
@@ -125,7 +125,9 @@ void image_osd_histogram_log_toggle(ImageWindow *imd)
 
 void image_osd_toggle(ImageWindow *imd)
 {
-       if (image_osd_get(imd, NULL, NULL))
+       gint info;
+
+       if (image_osd_get(imd, &info, NULL) && info)
                {
                if (image_osd_histogram_onoff_status(imd))
                        {