comparison src/account.c @ 10301:56b53036e48c

[gaim-migrate @ 11486] Nothing important committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 02 Dec 2004 23:26:57 +0000
parents 393f85d9f8dd
children 19974fd2d61d
comparison
equal deleted inserted replaced
10300:cfd119bd3caf 10301:56b53036e48c
116 } 116 }
117 117
118 static void 118 static void
119 schedule_accounts_save() 119 schedule_accounts_save()
120 { 120 {
121 if (!accounts_save_timer) 121 if (accounts_save_timer == 0)
122 accounts_save_timer = gaim_timeout_add(5000, accounts_save_cb, NULL); 122 accounts_save_timer = gaim_timeout_add(5000, accounts_save_cb, NULL);
123 } 123 }
124 124
125 GaimAccount * 125 GaimAccount *
126 gaim_account_new(const char *username, const char *protocol_id) 126 gaim_account_new(const char *username, const char *protocol_id)