comparison libpurple/protocols/msn/msn.c @ 24048:0a4aa7df352b

We can't have ./configure lying to you, can we? Fixes #6637.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 06 Sep 2008 02:57:57 +0000
parents b664b3924a52
children eeccedae4de5 4d752d07a126 16734635febf
comparison
equal deleted inserted replaced
24047:3273b22b6a7b 24048:0a4aa7df352b
766 * you, which is the important information that this is trying to convey. 766 * you, which is the important information that this is trying to convey.
767 */ 767 */
768 if (full && user) 768 if (full && user)
769 { 769 {
770 const char *phone; 770 const char *phone;
771
772 purple_notify_user_info_add_pair(user_info, _("Has you"),
773 ((user->list_op & (1 << MSN_LIST_RL)) ? _("Yes") : _("No")));
771 774
772 purple_notify_user_info_add_pair(user_info, _("Blocked"), 775 purple_notify_user_info_add_pair(user_info, _("Blocked"),
773 ((user->list_op & (1 << MSN_LIST_BL)) ? _("Yes") : _("No"))); 776 ((user->list_op & (1 << MSN_LIST_BL)) ? _("Yes") : _("No")));
774 777
775 phone = msn_user_get_home_phone(user); 778 phone = msn_user_get_home_phone(user);