Mercurial > pidgin
changeset 5577:7ed9999926af
[gaim-migrate @ 5981]
Lala.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 31 May 2003 02:11:42 +0000 |
parents | 8c398efc88f2 |
children | 847ad796326d |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Sat May 31 02:10:58 2003 +0000 +++ b/src/protocols/oscar/oscar.c Sat May 31 02:11:42 2003 +0000 @@ -489,7 +489,7 @@ if ((cnv = gaim_find_conversation(sn))) gaim_conversation_write(cnv, NULL, buf, -1, WFLAG_SYSTEM, time(NULL)); - gaim_conversation_update_progress(cnv, 100); + gaim_conversation_update_progress(cnv, NULL, u100); g_free(dim); /* I guess? I don't see it anywhere else... -- mid */ g_free(sn); @@ -798,7 +798,7 @@ aim_conn_completeconnect(sess, bosconn); gc->inpa = gaim_input_add(bosconn->fd, GAIM_INPUT_READ, oscar_callback, bosconn); gaim_connection_update_progress(gc, - _("Connection established, cookie sent"), 1, 2); + _("Connection established, cookie sent"), 4, 5); } /* BBB */