comparison libpurple/pounce.c @ 18066:5c4efa98e8dd

propagate from branch 'im.pidgin.pidgin' (head 4d9e228029b9b7850d000c2edadc108c40f9e59a) to branch 'im.pidgin.pidgin.2.1.0' (head 6a22d95caf705430ccb49e98a7000ad83484b5fe)
author Luke Schierer <lschiere@pidgin.im>
date Thu, 07 Jun 2007 02:39:48 +0000
parents f2d8658b3a86
children 323272a9bb65
comparison
equal deleted inserted replaced
17765:89adae2f1a6e 18066:5c4efa98e8dd
271 271
272 static void 272 static void
273 schedule_pounces_save(void) 273 schedule_pounces_save(void)
274 { 274 {
275 if (save_timer == 0) 275 if (save_timer == 0)
276 save_timer = purple_timeout_add(5000, save_cb, NULL); 276 save_timer = purple_timeout_add_seconds(5, save_cb, NULL);
277 } 277 }
278 278
279 279
280 /********************************************************************* 280 /*********************************************************************
281 * Reading from disk * 281 * Reading from disk *