Mercurial > pidgin.yaz
changeset 9463:9a654ab734fe
[gaim-migrate @ 10288]
Tab spacen mein fixen
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 06 Jul 2004 22:32:40 +0000 |
parents | dfa5bc2c655b |
children | 4a69de50f11a |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Tue Jul 06 22:26:48 2004 +0000 +++ b/src/protocols/oscar/oscar.c Tue Jul 06 22:32:40 2004 +0000 @@ -745,7 +745,7 @@ conv = gaim_find_conversation_with_account(dim->name, gaim_connection_get_account(dim->gc)); if (conv) { gaim_conversation_write(conv, NULL, buf, GAIM_MESSAGE_SYSTEM, time(NULL)); - gaim_conversation_update_progress(conv, 0); + gaim_conversation_update_progress(conv, 0); } else { gaim_notify_error(dim->gc, NULL, _("Direct Connect failed"), buf); }