mirror of https://github.com/GNOME/gimp.git
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:
parent
90aa8ad040
commit
5b2dd00fab
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue