pidgin/purple-plugin-pack

replace a deprecated function

2013-04-07, Gary Kramlich
f7aed82af67b
Parents 62ffa4b377df
Children fd61b355ec9c
replace a deprecated function
--- a/lastseen/lastseen.c Sun Apr 07 17:55:36 2013 -0500
+++ b/lastseen/lastseen.c Sun Apr 07 17:55:48 2013 -0500
@@ -62,7 +62,7 @@
if (g_slist_find(connecting, account) == NULL)
{
connecting = g_slist_append(connecting, account);
- gtk_timeout_add(10000, remove_connecting_account, account);
+ purple_timeout_add_seconds(10, remove_connecting_account, account);
}
}