changeset 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 8f4ce8b74901
children 403989ecc1cc
files src/about.c src/aim.c
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
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",
--- a/src/aim.c	Mon Nov 27 02:45:07 2000 +0000
+++ b/src/aim.c	Mon Nov 27 08:33:31 2000 +0000
@@ -553,7 +553,7 @@
 		gtk_init(&argc, &argv);
 		set_defaults(FALSE); /* needed for open_url_nw */
 		load_prefs();
-		show_about(0, (void *)1);
+		show_about(0, (void *)2);
 		gtk_main();
 		return 0;
 	}