libgimpcolor: rename RGB and GRAY gimp_color_profile_new_*() functions
to be more consistent, as discussed in bug #756389.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user