Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/multi.c Fri May 31 02:26:53 2002 +0000 +++ b/src/multi.c Fri May 31 02:58:07 2002 +0000 @@ -1468,6 +1468,8 @@ if (applet) { /* These don't have any purpose if the applet is gone :-P */ applet_widget_unregister_callback(APPLET_WIDGET(applet), "signoff"); + applet_widget_register_callback(APPLET_WIDGET(applet), + "autologin", _("Auto-login"), (AppletCallbackFunc)auto_login, NULL); remove_applet_away(); } #else
