comparison libpurple/savedstatuses.c @ 18106:40d51793f2d7

propagate from branch 'im.pidgin.pidgin.2.1.0' (head d8c7c08339ae468cb4298f6850eb7d3b760ad7b5) to branch 'im.pidgin.pidgin' (head 7f1ffdbda951c2effec7bfbfa8148e9ce98e7669)
author Sean Egan <seanegan@gmail.com>
date Fri, 15 Jun 2007 19:34:24 +0000
parents f2d8658b3a86
children 02f39842d28b ab6d2763b8d8
comparison
equal deleted inserted replaced
17938:9564b55f3c18 18106:40d51793f2d7
355 355
356 static void 356 static void
357 schedule_save(void) 357 schedule_save(void)
358 { 358 {
359 if (save_timer == 0) 359 if (save_timer == 0)
360 save_timer = purple_timeout_add(5000, save_cb, NULL); 360 save_timer = purple_timeout_add_seconds(5, save_cb, NULL);
361 } 361 }
362 362
363 363
364 /********************************************************************* 364 /*********************************************************************
365 * Reading from disk * 365 * Reading from disk *