comparison libpurple/plugins/filectl.c @ 25576: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
comparison
equal deleted inserted replaced
25575:d51b8647d43c 25576:7f552614ec8a
218 218
219 static gboolean 219 static gboolean
220 plugin_load(PurplePlugin *plugin) 220 plugin_load(PurplePlugin *plugin)
221 { 221 {
222 init_file(); 222 init_file();
223 check = purple_timeout_add(5000, (GSourceFunc)check_file, NULL); 223 check = purple_timeout_add_seconds(5, (GSourceFunc)check_file, NULL);
224 224
225 return TRUE; 225 return TRUE;
226 } 226 }
227 227
228 static gboolean 228 static gboolean