Issue #2226 - Assigning wrong color profile results in error reporting dialog

image_profile_assign_callback(): forgot to remove some code when
introducing gimp_image_assign_color_profile().
This commit is contained in:
Michael Natterer 2018-10-22 16:57:47 +02:00
parent 38dcb73bfc
commit 1915c17584
1 changed files with 0 additions and 3 deletions

View File

@ -1247,9 +1247,6 @@ image_profile_assign_callback (GtkWidget *dialog,
"%s", error->message);
g_clear_error (&error);
gimp_image_undo_group_end (image);
gimp_image_undo (image);
return;
}