Mercurial > pidgin
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",