adium-1.4 2832:c2a6b90a5b53: Enable facebook_manage_friends, so ...

commits at adium.im commits at adium.im
Fri Nov 27 18:11:07 UTC 2009


details:	http://hg.adium.im/adium-1.4/rev/c2a6b90a5b53
revision:	2832:c2a6b90a5b53
author:		Zachary West <zacw at adium.im>
date:		Fri Nov 27 13:11:03 2009 -0500

Enable facebook_manage_friends, so that we can actually manage friends lists. Fixes #13404.

diffs (15 lines):

diff -r fa096eef7c0f -r c2a6b90a5b53 Plugins/Purple Service/PurpleFacebookAccount.m
--- a/Plugins/Purple Service/PurpleFacebookAccount.m	Thu Nov 26 19:47:14 2009 -0500
+++ b/Plugins/Purple Service/PurpleFacebookAccount.m	Fri Nov 27 13:11:03 2009 -0500
@@ -37,7 +37,11 @@
 	// We do our own history; don't let the server's history get displayed as new messages
 	purple_account_set_bool(account, "facebook_show_history", FALSE);
 	
+	// Use friends list as groups.
 	purple_account_set_bool(account, "facebook_use_groups", TRUE);
+	
+	// Allow for moving through libpurple
+	purple_account_set_bool(account, "facebook_manage_friends", TRUE);
 }
 
 - (NSString *)host




More information about the commits mailing list