--- src/fontselection.gen_h.orig	Mon Aug 24 20:10:08 1998
+++ src/fontselection.gen_h	Mon Aug 24 20:10:55 1998
@@ -169,7 +169,11 @@
     apply_button(GTK_BUTTON(gtkobj()->apply_button)),
     cancel_button(GTK_BUTTON(gtkobj()->cancel_button))
 {
-  set_title(title.length() ? title : "Font Selection");
+  if( title.length() ) {
+    set_title(title);
+  } else {
+    set_title("Font Selection");
+  }
 }
 
 Gtk_FontSelectionDialog::Gtk_FontSelectionDialog(GtkFontSelectionDialog *castitem)
