Mercurial > pidgin.yaz
changeset 12287:e4a9be312854
[gaim-migrate @ 14591]
That wasn't right. Order matters.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Thu, 01 Dec 2005 21:22:55 +0000 |
parents | 255e6912607b |
children | 3897229ccb33 |
files | src/account.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/account.c Thu Dec 01 21:13:48 2005 +0000 +++ b/src/account.c Thu Dec 01 21:22:55 2005 +0000 @@ -1030,8 +1030,8 @@ } void -gaim_account_notify_added(GaimAccount *account, const char *id, - const char *remote_user, const char *alias, +gaim_account_notify_added(GaimAccount *account, const char *remote_user, + const char *id, const char *alias, const char *message) { GaimAccountUiOps *ui_ops;