/soc/2015/jgeboski/facebook: 5e83f57d97f3: facebook: fixed erron...

James Geboski <[email protected]>
Newsgroups gmane.comp.gnome.gaim.cvs
Message-ID <[email protected]>
Changeset: 5e83f57d97f3c13a9389c3e3b6dc8f908f9e37a4
Author:	 James Geboski <[email protected]>
Date:	 2015-06-23 22:07 -0400
Branch:	 facebook
URL: https://hg.pidgin.im/soc/2015/jgeboski/facebook/rev/5e83f57d97f3

Description:

facebook: fixed erroneous compatibility function

diffstat:

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

diffs (12 lines):

diff --git a/libpurple/protocols/facebook/glibcompat.h b/libpurple/protocols/facebook/glibcompat.h
--- a/libpurple/protocols/facebook/glibcompat.h
+++ b/libpurple/protocols/facebook/glibcompat.h
@@ -40,7 +40,7 @@ g_slist_copy_deep(GSList *list, GCopyFun
 	}
 
 	for (l = list; l != NULL; l = l->next) {
-		g_slist_prepend(ret, func(l->data, data));
+		ret = g_slist_prepend(ret, func(l->data, data));
 	}
 
 	return g_slist_reverse(ret);

_______________________________________________
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.