summaryrefslogtreecommitdiff
path: root/gtk/gtkxembed.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkxembed.c')
-rw-r--r--gtk/gtkxembed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkxembed.c b/gtk/gtkxembed.c
index d5ab3bfff6..6979371d9a 100644
--- a/gtk/gtkxembed.c
+++ b/gtk/gtkxembed.c
@@ -167,7 +167,7 @@ _gtk_xembed_send_message (GdkWindow *recipient,
GDK_WINDOW_XWINDOW (recipient),
False, NoEventMask, (XEvent *)&xclient);
gdk_display_sync (display);
- gdk_error_trap_pop ();
+ gdk_error_trap_pop_ignored ();
}
/**