comparison src/gnome_applet_mgr.c @ 411:a330017b3aa4

[gaim-migrate @ 421] Trying to make things compile cleanly committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 15 Jun 2000 05:27:25 +0000
parents 98bbfae58fa2
children ae7c762775cd
comparison
equal deleted inserted replaced
410:9e8c02ed5d06 411:a330017b3aa4
269 } 269 }
270 270
271 void applet_do_signon(AppletWidget *widget, gpointer data) { 271 void applet_do_signon(AppletWidget *widget, gpointer data) {
272 show_login(); 272 show_login();
273 if (general_options & OPT_GEN_REMEMBER_PASS) 273 if (general_options & OPT_GEN_REMEMBER_PASS)
274 dologin(); 274 dologin(0, 0);
275 } 275 }
276 276
277 void insert_applet_away() { 277 void insert_applet_away() {
278 GList *awy = away_messages; 278 GList *awy = away_messages;
279 struct away_message *a; 279 struct away_message *a;
467 } 467 }
468 468
469 469
470 void closeOnlinePopup(){ 470 void closeOnlinePopup(){
471 set_applet_draw_closed(); 471 set_applet_draw_closed();
472 applet_destroy_buddy(); 472 applet_destroy_buddy(0, 0, 0);
473 } 473 }
474 474
475 475
476 void closePendingPopup(){ 476 void closePendingPopup(){
477 applet_draw_open = FALSE; 477 applet_draw_open = FALSE;