On Mon, 28 Feb 2000, James Henstridge wrote:
> So what do you think? Should we make a release now, or wait till the
> unfinished features are done? If we do make a new release now, I can't
> promise that the properties interfaces will be the same in the release
> after that, but that is not a problem for people who just use dia.
looks stable enough,
can you remove this warning,
Gtk-CRITICAL **: file gtkwindow.c: line 992 (gtk_window_realize): assertion
`!GTK_WIDGET_REALIZED (widget)' failed.
in app/interface.c:764
we have gtk_widget_show(vbox)
line 768 we call create_color_area(vbox)
in create_color_area()
line 572 gtk_widget_realize(parent)
version of gtk+-1.2.6
gilles