diff src/about.c @ 1142:4593153a956c

[gaim-migrate @ 1152] stupid, and a bad hack to boot. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 27 Nov 2000 08:33:31 +0000
parents f3e0f41beddb
children 7bdb54311828
line wrap: on
line diff
--- a/src/about.c	Mon Nov 27 02:45:07 2000 +0000
+++ b/src/about.c	Mon Nov 27 08:33:31 2000 +0000
@@ -121,7 +121,8 @@
 	
 		button = gtk_button_new_with_label("Close");
 
-		if (null == NULL) {/* there's a mindtrip */
+		if (null != (void *)2) {
+			/* 2 can be as sad as 1, it's the loneliest number since the number 1 */ 
 			gtk_signal_connect_object(GTK_OBJECT(button), "clicked",
         	                                  GTK_SIGNAL_FUNC(destroy_about), GTK_OBJECT(about));
 			gtk_signal_connect(GTK_OBJECT(about), "destroy",