Mercurial > pidgin
comparison src/server.c @ 3510:e23909729192
[gaim-migrate @ 3576]
A GNOME2 docklet. This follows the opendesktop.org specs used by GNOME2 and
(I think) KDE in Redhat's null (I don't think vanilla KDE supports it yet)
For GNOME--you will need to have the GNOME Panel Notification Area installed.
This replaces the applet--thanks Robert McQueen.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: configure.ac configure.in plugins/Makefile.am src/aim.c
CVS: src/buddy.c src/core.h src/module.c src/multi.c src/perl.c
CVS: src/server.c src/ui.h
CVS: ----------------------------------------------------------------------
committer: Tailor Script <tailor@pidgin.im>
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Sat, 14 Sep 2002 23:27:28 +0000 |
| parents | cfbdfe334975 |
| children | 6b0cb60162f4 |
comparison
equal
deleted
inserted
replaced
| 3509:8bad870eaea1 | 3510:e23909729192 |
|---|---|
| 52 do_error_dialog(_("Please enter your password"), NULL, GAIM_ERROR); | 52 do_error_dialog(_("Please enter your password"), NULL, GAIM_ERROR); |
| 53 return; | 53 return; |
| 54 } | 54 } |
| 55 | 55 |
| 56 debug_printf(PACKAGE " " VERSION " logging in %s using %s\n", user->username, p->name()); | 56 debug_printf(PACKAGE " " VERSION " logging in %s using %s\n", user->username, p->name()); |
| 57 user->connecting = TRUE; | |
| 58 plugin_event(event_connecting, user, 0, 0, 0); | |
| 57 p->login(user); | 59 p->login(user); |
| 58 } | 60 } |
| 59 } | 61 } |
| 60 | 62 |
| 61 static gboolean send_keepalive(gpointer d) | 63 static gboolean send_keepalive(gpointer d) |
