wmperry(a)aventail.com (William M. Perry) writes:
Michael Harnois <mdharnois(a)home.com> writes:
> I am still seeing the problem I reported to you a couple of weeks ago,
> which makes the program nearly unusable:
>
> Gtk-CRITICAL **: file gtkwidget.c: line 3718 (gtk_widget_get_parent_window):
assertion `widget->parent != NULL' failed.
Any idea where in the XEmacs code this is getting called from?
gtk_widget_get_parent_window() isn't called in the C code anywhere.
And its lispy equivalent gtk-widget-get-parent-window is not called
either.
To me it looks like the Gtk code itself calls that function, which
obviously expects the parent to be non-NULL. This is often the case
e.g. with labels, which draw on the parent widget's window, as an
optimization.