[gimp] app: Best guess attempt to catch that very rare segfault from event_eval
- From: Alexia Death <alexiade src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: Best guess attempt to catch that very rare segfault from event_eval
- Date: Fri, 19 Feb 2010 20:08:05 +0000 (UTC)
commit eb244f208aa158232cad0e2d9d4af7080fe2b99a
Author: Alexia Death <alexiadeath gmail com>
Date: Fri Feb 19 22:05:29 2010 +0200
app: Best guess attempt to catch that very rare segfault from event_eval
This segfault is not easily repeatable, so I can't test for it.
If its still happening, let me know.
app/display/gimpdisplayshell-coords.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/display/gimpdisplayshell-coords.c b/app/display/gimpdisplayshell-coords.c
index 3617d02..30dd9fc 100644
--- a/app/display/gimpdisplayshell-coords.c
+++ b/app/display/gimpdisplayshell-coords.c
@@ -278,7 +278,7 @@ gimp_display_shell_eval_event (GimpDisplayShell *shell,
else
{
shell->event_delay = TRUE;
-
+ gimp_display_shell_push_event_history (shell, coords);
}
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]