app: put the call to gimp_gui_ungrab() back in gimp_eek()

It got lost while improving our error handling.
This commit is contained in:
Michael Natterer 2018-05-13 13:49:33 +02:00
parent 90aa8ad040
commit 5b2dd00fab
1 changed files with 3 additions and 0 deletions

View File

@ -409,6 +409,9 @@ gimp_eek (const gchar *reason,
sigemptyset (&sigset);
sigprocmask (SIG_SETMASK, &sigset, NULL);
if (the_errors_gimp)
gimp_gui_ungrab (the_errors_gimp);
gimp_stack_trace_query ((const gchar *) full_prog_name);
}
break;