comparison src/account.c @ 12286:255e6912607b

[gaim-migrate @ 14590] Mostly whitespace, but a couple small typo fixes, and an A;B -> B;A; swap to be consistent in plugins/notify.c committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Thu, 01 Dec 2005 21:13:48 +0000
parents af257d8679fe
children e4a9be312854
comparison
equal deleted inserted replaced
12285:af257d8679fe 12286:255e6912607b
1029 account->disconnecting = FALSE; 1029 account->disconnecting = FALSE;
1030 } 1030 }
1031 1031
1032 void 1032 void
1033 gaim_account_notify_added(GaimAccount *account, const char *id, 1033 gaim_account_notify_added(GaimAccount *account, const char *id,
1034 const char *remote_user, const char *alias, 1034 const char *remote_user, const char *alias,
1035 const char *message) 1035 const char *message)
1036 { 1036 {
1037 GaimAccountUiOps *ui_ops; 1037 GaimAccountUiOps *ui_ops;
1038 1038
1039 g_return_if_fail(account != NULL); 1039 g_return_if_fail(account != NULL);
1040 g_return_if_fail(remote_user != NULL); 1040 g_return_if_fail(remote_user != NULL);