[Glade-users] Gdk-CRITICAL error
Damon Chaplin
damon@ximian.com
Fri, 16 Feb 2001 15:36:31 +0000
Irina Brubaker wrote:
>
> Hello all,
> I got the following error after starting glade and clicking on
> Redisplay in the Widget Tree window:
>
> Gdk-CRITICAL **: file gdkwindow.c: line 1581
> (gdk_window_get_root_origin): assertion 'window != NULL' failed.
>
> What does it mean?
It's a bug in Glade. In glade_util_close_window () it is trying to access
the underlying X window, without first checking that it exists.
(Fortunately I don't think it causes any problems.)
Thanks for the report. I'll fix it.
Damon