--- gniall-0.7.1.orig/gnome.c
+++ gniall-0.7.1/gnome.c
@@ -23,6 +23,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <stdarg.h>
+#define GTK_ENABLE_BROKEN
 #include <gtk/gtk.h>
 #include <gnome.h>
 
@@ -346,10 +347,13 @@
 
 	windowAbout = gnome_about_new (PACKAGE, VERSION,
 		_("(C) 1999 Gary Benson/Dirty Rat Software"),
-		authors,
 		_("gNiall (`genial') attempts to learn a language from sentences that you type in. "	\
 		"Occasionally it will say something profound..."),
-		_("http://rat.spunge.org"));
+		authors,
+		NULL,
+		"",
+		//_("http://rat.spunge.org"),
+		NULL);
 
 	gtk_widget_show(windowAbout);
 }
