Revert "libgimpwidgets: remove gimp_color_profile_chooser_dialog_new()"
This reverts commit 2bfd0711e8
.
Don't ask...
This commit is contained in:
@ -301,9 +301,7 @@ cdisplay_proof_configure (GimpColorDisplay *display)
|
||||
gtk_table_set_col_spacings (GTK_TABLE (table), 6);
|
||||
gtk_table_set_row_spacings (GTK_TABLE (table), 6);
|
||||
|
||||
dialog = g_object_new (GIMP_TYPE_COLOR_PROFILE_CHOOSER_DIALOG,
|
||||
"title", _("Choose an ICC Color Profile"),
|
||||
NULL);
|
||||
dialog = gimp_color_profile_chooser_dialog_new (_("Choose an ICC Color Profile"));
|
||||
|
||||
history = gimp_personal_rc_file ("profilerc");
|
||||
combo = gimp_color_profile_combo_box_new (dialog, history);
|
||||
|
Reference in New Issue
Block a user