diff libpurple/plugins/filectl.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 3cc856ca2338
children 32ef245fd1f6
line wrap: on
line diff
--- a/libpurple/plugins/filectl.c	Tue Apr 28 20:55:35 2009 +0000
+++ b/libpurple/plugins/filectl.c	Tue Apr 28 20:57:59 2009 +0000
@@ -220,7 +220,7 @@
 plugin_load(PurplePlugin *plugin)
 {
 	init_file();
-	check = purple_timeout_add(5000, (GSourceFunc)check_file, NULL);
+	check = purple_timeout_add_seconds(5, (GSourceFunc)check_file, NULL);
 
 	return TRUE;
 }