diff -r 39844ad32f33 -r 4e2ed8c4c0f8 src/gnome_applet_mgr.c --- a/src/gnome_applet_mgr.c Thu Jun 15 00:50:59 2000 +0000 +++ b/src/gnome_applet_mgr.c Thu Jun 15 05:27:25 2000 +0000 @@ -271,7 +271,7 @@ void applet_do_signon(AppletWidget *widget, gpointer data) { show_login(); if (general_options & OPT_GEN_REMEMBER_PASS) - dologin(); + dologin(0, 0); } void insert_applet_away() { @@ -469,7 +469,7 @@ void closeOnlinePopup(){ set_applet_draw_closed(); - applet_destroy_buddy(); + applet_destroy_buddy(0, 0, 0); }