libgaim/prefs.c

changeset 18067
ce02548a6b6a
parent 15400
83628f1c372d
--- a/libgaim/prefs.c	Fri Jan 19 04:14:46 2007 +0000
+++ b/libgaim/prefs.c	Sat May 19 21:28:41 2007 +0000
@@ -217,7 +217,7 @@
 schedule_prefs_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