/soc/2015/jgeboski/facebook: b9aca76e0549: facebook: enable sett...

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

Description:

facebook: enable setting of status types

diffstat:

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

diffs (17 lines):

diff --git a/libpurple/protocols/facebook/facebook.c b/libpurple/protocols/facebook/facebook.c
--- a/libpurple/protocols/facebook/facebook.c
+++ b/libpurple/protocols/facebook/facebook.c
@@ -501,11 +501,11 @@ fb_status_types(PurpleAccount *acct)
 	GList *types = NULL;
 
 	type = purple_status_type_new(PURPLE_STATUS_AVAILABLE,
-	                              NULL, NULL, FALSE);
+	                              NULL, NULL, TRUE);
 	types = g_list_prepend(types, type);
 
 	type = purple_status_type_new(PURPLE_STATUS_OFFLINE,
-	                              NULL, NULL, FALSE);
+	                              NULL, NULL, TRUE);
 	types = g_list_prepend(types, type);
 
 	return types;

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