changeset 28840:7aef89b92589

Set user->authorized for pending buddies meaning we're authorized to add them back without any extra work. This field previously seems to be unused.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 01 Jan 2010 21:55:01 +0000
parents 932f16167621
children 42b47f88f6e1
files libpurple/protocols/msn/userlist.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/userlist.c	Fri Jan 01 08:40:29 2010 +0000
+++ b/libpurple/protocols/msn/userlist.c	Fri Jan 01 21:55:01 2010 +0000
@@ -210,6 +210,7 @@
 
 	if (list_op & MSN_LIST_PL_OP)
 	{
+		user->authorized = TRUE;
 		got_new_entry(gc, passport, store, message);
 	}
 }