*** gnome-libs-1.0.54.orig/libgnomeui/gnome-about.c Wed Oct 20 21:44:34 1999 --- gnome-libs-1.0.54/libgnomeui/gnome-about.c Mon Nov 15 12:22:06 1999 *************** *** 414,419 **** --- 414,420 ---- /* FIXME: dirty hack, but it solves i18n problem without rewriting the drawing code.. */ style = gtk_style_ref (widget->style); + gtk_widget_ensure_style(widget); gtk_widget_set_name (widget, "Title"); gai->font_title = gdk_font_ref (widget->style->font);