Mercurial > pidgin
changeset 11809:53da46e79de1
[gaim-migrate @ 14100]
gaim_account_get_account() would be a stupid function.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 25 Oct 2005 05:19:59 +0000 |
parents | 4b7645e1c02d |
children | 42b5b3015d9e |
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 Oct 25 05:13:55 2005 +0000 +++ b/src/protocols/oscar/oscar.c Tue Oct 25 05:19:59 2005 +0000 @@ -5808,7 +5808,7 @@ gc = sess->aux_data; od = (OscarData *)gc->proto_data; - account = gaim_account_get_account(gc); + account = gaim_connection_get_account(gc); va_start(ap, fr); maxpermits = (fu16_t) va_arg(ap, unsigned int);