comparison src/layout_image.c @ 1588:0434f34b1ee4

Backed out changeset 2a3efbdf73b0
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 01 May 2009 15:50:13 +0900
parents 2a3efbdf73b0
children 05909b952b06
comparison
equal deleted inserted replaced
1547:2a3efbdf73b0 1588:0434f34b1ee4
1080 { 1080 {
1081 if (!layout_valid(&lw)) return; 1081 if (!layout_valid(&lw)) return;
1082 1082
1083 image_color_profile_set_use(lw->image, enable); 1083 image_color_profile_set_use(lw->image, enable);
1084 1084
1085 // if (lw->info_color) 1085 if (lw->info_color)
1086 // { 1086 {
1087 #ifndef HAVE_LCMS 1087 #ifndef HAVE_LCMS
1088 // enable = FALSE; 1088 enable = FALSE;
1089 #endif 1089 #endif
1090 // gtk_widget_set_sensitive(GTK_BIN(lw->info_color)->child, enable); 1090 gtk_widget_set_sensitive(GTK_BIN(lw->info_color)->child, enable);
1091 // } 1091 }
1092 } 1092 }
1093 1093
1094 gboolean layout_image_color_profile_get_use(LayoutWindow *lw) 1094 gboolean layout_image_color_profile_get_use(LayoutWindow *lw)
1095 { 1095 {
1096 if (!layout_valid(&lw)) return FALSE; 1096 if (!layout_valid(&lw)) return FALSE;