libgimpwidgets: rename gimp_color_config_get_printer_color_profile()

to gimp_color_config_get_simulation_color_profile(), along with
various internal "printer" strings. Also reduce the number of
user-visible "print" stuff from the preferences color management page.
This commit is contained in:
Michael Natterer
2016-06-05 18:00:24 +02:00
parent b4f34375b7
commit fcf5b708e5
6 changed files with 57 additions and 55 deletions

View File

@ -711,7 +711,8 @@ gimp_widget_get_color_transform (GtkWidget *widget,
return NULL;
case GIMP_COLOR_MANAGEMENT_SOFTPROOF:
proof_profile = gimp_color_config_get_printer_color_profile (config, NULL);
proof_profile = gimp_color_config_get_simulation_color_profile (config,
NULL);
/* fallthru */
case GIMP_COLOR_MANAGEMENT_DISPLAY: