libgimpcolor: rename RGB and GRAY gimp_color_profile_new_*() functions

to be more consistent, as discussed in bug #756389.
This commit is contained in:
Michael Natterer
2015-12-15 20:42:21 +01:00
parent 5098338470
commit a33daf99fe
9 changed files with 49 additions and 49 deletions

View File

@ -473,7 +473,7 @@ get_display_profile (GtkWidget *widget,
profile = gimp_color_config_get_display_color_profile (config, NULL);
if (! profile)
profile = gimp_color_profile_new_srgb ();
profile = gimp_color_profile_new_rgb_srgb ();
return profile;
}