Mercurial > pidgin
diff src/oscar.c @ 1153:3063e6743913
[gaim-migrate @ 1163]
handle the keepalives better. have ICQ force keepalives for connections, it's a bad hack but it's probably necessary for a UDP protocol.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 28 Nov 2000 04:12:06 +0000 |
| parents | 22bf2c3ec2e3 |
| children | b6b2d26a4e2f |
line wrap: on
line diff
--- a/src/oscar.c Tue Nov 28 02:22:42 2000 +0000 +++ b/src/oscar.c Tue Nov 28 04:12:06 2000 +0000 @@ -383,9 +383,6 @@ gc->inpa = gdk_input_add(conn->fd, GDK_INPUT_READ | GDK_INPUT_EXCEPTION, oscar_callback, conn); - gc->options = user->options; - save_prefs(); /* is this necessary anymore? */ - debug_print(_("Password sent, waiting for response\n")); } @@ -1014,9 +1011,6 @@ do_error_dialog(_("Your connection may be lost."), _("AOL error")); - if (gc->keepalive < 0) - update_keepalive(gc, gc->keepalive); - return 1; }
