comparison src/multi.c @ 3285:e71ade93b98f

[gaim-migrate @ 3303] typo-fix and Chris Boyle's patch to add an "auto-login" item to the applet menu. Thanks, Chris. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 31 May 2002 02:58:07 +0000
parents 332df87cf3d6
children 3b00d97d59aa
comparison
equal deleted inserted replaced
3284:7b867d79da96 3285:e71ade93b98f
1466 applet_buddy_show = FALSE; 1466 applet_buddy_show = FALSE;
1467 1467
1468 if (applet) { 1468 if (applet) {
1469 /* These don't have any purpose if the applet is gone :-P */ 1469 /* These don't have any purpose if the applet is gone :-P */
1470 applet_widget_unregister_callback(APPLET_WIDGET(applet), "signoff"); 1470 applet_widget_unregister_callback(APPLET_WIDGET(applet), "signoff");
1471 applet_widget_register_callback(APPLET_WIDGET(applet),
1472 "autologin", _("Auto-login"), (AppletCallbackFunc)auto_login, NULL);
1471 remove_applet_away(); 1473 remove_applet_away();
1472 } 1474 }
1473 #else 1475 #else
1474 show_login(); 1476 show_login();
1475 #endif /* USE_APPLET */ 1477 #endif /* USE_APPLET */