GNOME Bugzilla – Bug 643242
gdk_window_set_background: assertion `GDK_IS_WINDOW (window)' failed
Last modified: 2011-03-01 19:02:44 UTC
Getting the following stack: Program received signal SIGTRAP, Trace/breakpoint trap. g_logv (log_domain=0xafa4d3 "Gdk", log_level=<optimized out>, format=0xcc8d7c "%s: assertion `%s' failed", args1=0xbfe8805c <incomplete sequence \361\257>) at gmessages.c:563 563 g_private_set (g_log_depth, GUINT_TO_POINTER (depth)); (gdb) bt
+ Trace 226102
Created attachment 181877 [details] [review] gs-window-x11: If not realized, don't clear This avoids tripping an assertion I was hitting where the widget wasn't yet realized, and thus gtk_widget_get_window() returned NULL.
Attachment 181877 [details] pushed as cee2133 - gs-window-x11: If not realized, don't clear