[Pidgin] #6637: "Has You" no more available in 2.5.0

Pidgin trac at pidgin.im
Fri Sep 5 15:55:48 EDT 2008


#6637: "Has You" no more available in 2.5.0
-----------------------+----------------------------------------------------
 Reporter:  benjiphil  |        Owner:  khc
     Type:  defect     |       Status:  new
Milestone:             |    Component:  MSN
  Version:  2.5.0      |   Resolution:     
 Keywords:  Has You    |  
-----------------------+----------------------------------------------------

Comment(by fsilveira):

 It is not implemented in ''libpurple/protocols/msn/msn.c'', only in
 ''libpurple/protocols/msnp9/msn.c''. Here is a simple patch to fix it:

 {{{
 --- pidgin-2.5.1.orig/libpurple/protocols/msn/msn.c     2008-09-05
 16:34:53.000000000 -0300
 +++ pidgin-2.5.1/libpurple/protocols/msn/msn.c  2008-09-05
 16:33:29.000000000 -0300
 @@ -769,6 +769,9 @@
         {
                 const char *phone;

 +               purple_notify_user_info_add_pair(user_info, _("Has you"),
 +
 ((user->list_op & (1 << MSN_LIST_RL)) ? _("Yes") : _("No")));
 +
                 purple_notify_user_info_add_pair(user_info, _("Blocked"),
 ((user->list_op & (1 << MSN_LIST_BL)) ? _("Yes") : _("No")));

 }}}

-- 
Ticket URL: <http://developer.pidgin.im/ticket/6637#comment:11>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list