comparison 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
comparison
equal deleted inserted replaced
7165:a230b7bca1fb 7166:e6b01bd8d6cd
233 233
234 gaim_connection_disconnect(gc); 234 gaim_connection_disconnect(gc);
235 } 235 }
236 236
237 void 237 void
238 gaim_account_notify_added(GaimAccount *account, const char *remote_user, 238 gaim_account_notify_added(GaimAccount *account, const char *id,
239 const char *id, const char *alias, 239 const char *remote_user, const char *alias,
240 const char *message) 240 const char *message)
241 { 241 {
242 GaimAccountUiOps *ui_ops; 242 GaimAccountUiOps *ui_ops;
243 243
244 g_return_if_fail(account != NULL); 244 g_return_if_fail(account != NULL);