diff src/account.c @ 7166:e6b01bd8d6cd

[gaim-migrate @ 7733] I fixed the notify_added function, Chip had two of the variables swapped :-) I changed the way tlvlists are done in ssi.c a little bit. You can alias ICQ buddies that you don't have authorization for yet, and when you alias a buddy you will no longer lose any Buddy Alerts that may be set. Why is this? Previously tlvlists (data associated with each server stored item) were just deleted and recreated when you set an alias, or changed your permit/deny setting. Now the lists are modified and TLVs that libfaim doesn't know about are just left in place. Why did I wait so long to do this? I'm lazy, it's not really all that fun, and I don't consider it all that important. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 05 Oct 2003 22:41:29 +0000
parents d17a587efeb3
children 1930e3d00ecd
line wrap: on
line diff
--- a/src/account.c	Sun Oct 05 22:15:25 2003 +0000
+++ b/src/account.c	Sun Oct 05 22:41:29 2003 +0000
@@ -235,8 +235,8 @@
 }
 
 void
-gaim_account_notify_added(GaimAccount *account, const char *remote_user,
-						  const char *id, const char *alias,
+gaim_account_notify_added(GaimAccount *account, const char *id,
+						  const char *remote_user, const char *alias,
 						  const char *message)
 {
 	GaimAccountUiOps *ui_ops;