diff 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
line wrap: on
line diff
--- a/src/layout_image.c	Mon Apr 13 08:09:56 2009 +0000
+++ b/src/layout_image.c	Fri May 01 15:50:13 2009 +0900
@@ -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)