[gaim-migrate @ 1103]

Tue, 14 Nov 2000 05:21:16 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Tue, 14 Nov 2000 05:21:16 +0000
changeset 1093
304b52243c12
parent 1092
9be1c9ea4d2c
child 1094
c5dc128ee334

[gaim-migrate @ 1103]
the applet shouldn't be exiting if you close the ae without signing on first

src/aim.c file | annotate | diff | comparison | revisions
--- a/src/aim.c	Mon Nov 13 04:29:41 2000 +0000
+++ b/src/aim.c	Tue Nov 14 05:21:16 2000 +0000
@@ -600,7 +600,7 @@
 					"accounts",
 					_("Accounts"),
 					(AppletCallbackFunc)account_editor,
-					NULL);
+					(void *)1);
 #ifdef GAIM_PLUGINS
         applet_widget_register_callback(APPLET_WIDGET(applet),
 					"plugins",

mercurial