| 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; |