GNOME Bugzilla – Bug 690788
Critical in gtknotebook dnd with rgba colormap
Last modified: 2013-01-21 03:07:35 UTC
Created attachment 232303 [details] [review] Set same colormap on popup window There is a critical when dnd tabs in a notebook inside a rgba window. Gtk-CRITICAL **: IA__gtk_paint_extension: assertion `style->depth == gdk_drawable_get_depth (window)' failed Trace/breakpoint trap (core dumped) Depth of the notebook is 32, the popup window 24.
Created attachment 232304 [details] [review] Set same colormap on popup window (clean) Sorry for the previous patch, was some rubbish output in there..
Review of attachment 232304 [details] [review]: Looks reasonable