# HG changeset patch # User Eric Warmenhoven # Date 975314011 0 # Node ID 4593153a956cf6234d3cc8d270b0c6a72cdb7d2a # Parent 8f4ce8b7490172f4eb9b4f7c2cb3b0b7abaeb51c [gaim-migrate @ 1152] stupid, and a bad hack to boot. committer: Tailor Script diff -r 8f4ce8b74901 -r 4593153a956c src/about.c --- 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", diff -r 8f4ce8b74901 -r 4593153a956c src/aim.c --- 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; }