Mercurial > pidgin
changeset 20523:64e34b0dcdd2
Remove "Has you", which has been gone in trunk for a while.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 16 Sep 2007 18:34:36 +0000 |
| parents | 1d47e79d9e20 |
| children | a1b40a04f2df |
| files | libpurple/protocols/msn/msn.c |
| diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/msn/msn.c Sun Sep 16 18:18:37 2007 +0000 +++ b/libpurple/protocols/msn/msn.c Sun Sep 16 18:34:36 2007 +0000 @@ -610,12 +610,6 @@ } } - if (full && user) - { - purple_notify_user_info_add_pair(user_info, _("Has you"), - ((user->list_op & (1 << MSN_LIST_RL)) ? _("Yes") : _("No"))); - } - /* XXX: This is being shown in non-full tooltips because the * XXX: blocked icon overlay isn't always accurate for MSN. * XXX: This can die as soon as purple_privacy_check() knows that
