comparison 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
comparison
equal deleted inserted replaced
326:509b84801d66 327:049d6b00cc14
1702 1702
1703 image_auto_refresh(lw->split_images[i], 0); 1703 image_auto_refresh(lw->split_images[i], 0);
1704 1704
1705 layout_image_dnd_init(lw, i); 1705 layout_image_dnd_init(lw, i);
1706 image_color_profile_set(lw->split_images[i], 1706 image_color_profile_set(lw->split_images[i],
1707 options->color_profile_input_type, 1707 options->color_profile.input_type,
1708 options->color_profile_screen_type, 1708 options->color_profile.screen_type,
1709 options->color_profile_use_image); 1709 options->color_profile.use_image);
1710 image_color_profile_set_use(lw->split_images[i], options->color_profile_enabled); 1710 image_color_profile_set_use(lw->split_images[i], options->color_profile.enabled);
1711 } 1711 }
1712 1712
1713 return lw->split_images[i]->widget; 1713 return lw->split_images[i]->widget;
1714 } 1714 }
1715 1715