[Pidgin] #10068: Usernames in roster not bolded when new message received
Pidgin
trac at pidgin.im
Wed Sep 9 18:18:32 EDT 2009
#10068: Usernames in roster not bolded when new message received
---------------------+------------------------------------------------------
Reporter: kosciak | Owner: darkrain42
Type: defect | Status: new
Milestone: | Component: pidgin (gtk)
Version: 2.6.1 | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment(by l_bratch):
The problem is that on 4228 of pidgin/gtkblist.c, which is:
{{{text = g_strdup_printf("<b>%s</b>", tmp);}}}
%s is now in the form:
{{{<span font_desc=''>username</span>}}}
So the overall string is:
{{{<b><span font_desc=''>username</span></b>}}}
%s used to be just the username, so it was:
{{{<b>username</b>}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/10068#comment:8>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list