Mercurial > pidgin
changeset 992:09dd5725945c
[gaim-migrate @ 1002]
what a stupid bug this turned out to be. thanks to ari pollak for pointing out my stupidity
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 13 Oct 2000 21:36:46 +0000 |
parents | 3dbc2cd326e2 |
children | eacd93d0089a |
files | src/aim.c |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/aim.c Fri Oct 13 21:05:50 2000 +0000 +++ b/src/aim.c Fri Oct 13 21:36:46 2000 +0000 @@ -474,6 +474,9 @@ perl_autoload(); #endif + static_proto_init(); + auto_login(); + #ifdef USE_APPLET applet_widget_register_callback(APPLET_WIDGET(applet), "prefs", @@ -497,12 +500,8 @@ applet_widget_gtk_main(); #else - - - static_proto_init(); show_login(); - auto_login(); gtk_main(); #endif /* USE_APPLET */