Mercurial > geeqie
diff src/layout_image.c @ 1547:2a3efbdf73b0
moved color profiles from statusbar to View menu
| author | nadvornik |
|---|---|
| date | Mon, 13 Apr 2009 08:09:56 +0000 |
| parents | c9ed5a43c576 |
| children | b5608391f479 |
line wrap: on
line diff
--- a/src/layout_image.c Sun Apr 12 17:58:55 2009 +0000 +++ b/src/layout_image.c Mon Apr 13 08:09:56 2009 +0000 @@ -1082,13 +1082,13 @@ image_color_profile_set_use(lw->image, enable); - if (lw->info_color) - { +// if (lw->info_color) +// { #ifndef HAVE_LCMS - enable = FALSE; +// enable = FALSE; #endif - gtk_widget_set_sensitive(GTK_BIN(lw->info_color)->child, enable); - } +// gtk_widget_set_sensitive(GTK_BIN(lw->info_color)->child, enable); +// } } gboolean layout_image_color_profile_get_use(LayoutWindow *lw)
