comparison 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
comparison
equal deleted inserted replaced
1141:8f4ce8b74901 1142:4593153a956c
119 GTK_SIGNAL_FUNC(about_click), NULL); 119 GTK_SIGNAL_FUNC(about_click), NULL);
120 gdk_window_set_cursor(eventbox->window, gdk_cursor_new(GDK_HAND2)); 120 gdk_window_set_cursor(eventbox->window, gdk_cursor_new(GDK_HAND2));
121 121
122 button = gtk_button_new_with_label("Close"); 122 button = gtk_button_new_with_label("Close");
123 123
124 if (null == NULL) {/* there's a mindtrip */ 124 if (null != (void *)2) {
125 /* 2 can be as sad as 1, it's the loneliest number since the number 1 */
125 gtk_signal_connect_object(GTK_OBJECT(button), "clicked", 126 gtk_signal_connect_object(GTK_OBJECT(button), "clicked",
126 GTK_SIGNAL_FUNC(destroy_about), GTK_OBJECT(about)); 127 GTK_SIGNAL_FUNC(destroy_about), GTK_OBJECT(about));
127 gtk_signal_connect(GTK_OBJECT(about), "destroy", 128 gtk_signal_connect(GTK_OBJECT(about), "destroy",
128 GTK_SIGNAL_FUNC(destroy_about), GTK_OBJECT(about)); 129 GTK_SIGNAL_FUNC(destroy_about), GTK_OBJECT(about));
129 } else { 130 } else {