/soc/2015/jgeboski/facebook: dd1528f03f59: facebook: fixed the t...

James Geboski <[email protected]>
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: dd1528f03f59a0fddc82bd7ef9beda2791d1dc20
Author:	 James Geboski <[email protected]>
Date:	 2015-08-15 21:21 -0400
Branch:	 facebook
URL: https://hg.pidgin.im/soc/2015/jgeboski/facebook/rev/dd1528f03f59

Description:

facebook: fixed the timer using seconds instead of milliseconds

diffstat:

 libpurple/protocols/facebook/data.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/libpurple/protocols/facebook/data.c b/libpurple/protocols/facebook/data.c
--- a/libpurple/protocols/facebook/data.c
+++ b/libpurple/protocols/facebook/data.c
@@ -236,7 +236,7 @@ fb_data_add_timeout(FbData *fata, const 
 	fb_data_clear_timeout(fata, name, TRUE);
 
 	key = g_strdup(name);
-	id = purple_timeout_add_seconds(interval, func, data);
+	id = purple_timeout_add(interval, func, data);
 	g_hash_table_replace(priv->evs, key, GUINT_TO_POINTER(id));
 }
 

_______________________________________________
Commits mailing list
[email protected]
https://pidgin.im/cgi-bin/mailman/listinfo/commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.