diff libpurple/protocols/sametime/sametime.c @ 25861:7f552614ec8a

applied changes from a336cc1fd3a1ce815f97303b8d5ae8988f8cbd5b through fe4f5d91d1605cf93c53470e59d4bf8da6c5c840 ChangeLog for the above.
author Ethan Blanton <elb@pidgin.im>
date Tue, 28 Apr 2009 20:57:59 +0000
parents 4455637864b4
children 01f1929d0936
line wrap: on
line diff
--- a/libpurple/protocols/sametime/sametime.c	Tue Apr 28 20:55:35 2009 +0000
+++ b/libpurple/protocols/sametime/sametime.c	Tue Apr 28 20:57:59 2009 +0000
@@ -809,7 +809,7 @@
 static void blist_schedule(struct mwPurplePluginData *pd) {
   if(pd->save_event) return;
 
-  pd->save_event = purple_timeout_add(BLIST_SAVE_SECONDS * 1000,
+  pd->save_event = purple_timeout_add_seconds(BLIST_SAVE_SECONDS,
 				    blist_save_cb, pd);
 }