diff src/layout_image.c @ 327:049d6b00cc14

Rename color profile options.
author zas_
date Sat, 12 Apr 2008 08:05:44 +0000
parents c74af1cbd61a
children df868b947aa0
line wrap: on
line diff
--- a/src/layout_image.c	Sat Apr 12 07:46:01 2008 +0000
+++ b/src/layout_image.c	Sat Apr 12 08:05:44 2008 +0000
@@ -1704,10 +1704,10 @@
 
 		layout_image_dnd_init(lw, i);
 		image_color_profile_set(lw->split_images[i],
-					options->color_profile_input_type,
-					options->color_profile_screen_type,
-					options->color_profile_use_image);
-		image_color_profile_set_use(lw->split_images[i], options->color_profile_enabled);
+					options->color_profile.input_type,
+					options->color_profile.screen_type,
+					options->color_profile.use_image);
+		image_color_profile_set_use(lw->split_images[i], options->color_profile.enabled);
 		}
 
 	return lw->split_images[i]->widget;