Mercurial > pidgin
diff src/account.c @ 8273:f24172f53650
[gaim-migrate @ 8997]
This is Scott Lamb's eventloop abstraction patch. If it breaks things,
Scott Lamb will be glad to take the punishment. If it doesn't, it should
make integration into other event loops easier. Well, no, not easier,
harder actually, but it'll be done more appropriately and less hackily..
er, hacky. Is hackily a word?
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Tue, 17 Feb 2004 02:17:48 +0000 |
parents | 63c7a16a2c09 |
children | ef881489396e |
line wrap: on
line diff
--- a/src/account.c Tue Feb 17 01:33:20 2004 +0000 +++ b/src/account.c Tue Feb 17 02:17:48 2004 +0000 @@ -120,7 +120,7 @@ schedule_accounts_save() { if (!accounts_save_timer) - accounts_save_timer = g_timeout_add(5000, accounts_save_cb, NULL); + accounts_save_timer = gaim_timeout_add(5000, accounts_save_cb, NULL); } GaimAccount *