libgaim/pounce.c

changeset 18067
ce02548a6b6a
parent 14254
77edc7a6191a
--- a/libgaim/pounce.c	Fri Jan 19 04:14:46 2007 +0000
+++ b/libgaim/pounce.c	Sat May 19 21:28:41 2007 +0000
@@ -273,7 +273,7 @@
 schedule_pounces_save(void)
 {
 	if (save_timer == 0)
-		save_timer = gaim_timeout_add(5000, save_cb, NULL);
+		save_timer = gaim_timeout_add_seconds(5, save_cb, NULL);
 }
 
 

mercurial