pidgin: c15edccc: pidgin: Bold usernames with unread messa...
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Sun Oct 25 20:05:45 EDT 2009
-----------------------------------------------------------------
Revision: c15edccce86f480e7a519688b6f53317f9538ece
Ancestor: 98de2c7754da0ac65bad123c496ced4a0dd194ba
Author: darkrain42 at pidgin.im
Date: 2009-10-26T00:00:24
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/c15edccce86f480e7a519688b6f53317f9538ece
Modified files:
ChangeLog pidgin/gtkblist.c
ChangeLog:
pidgin: Bold usernames with unread messages in the buddy list again. Closes #10068.
-------------- next part --------------
============================================================
--- ChangeLog 28d9d4c4e1e26ff56beaf10d56efdc45fe86c80e
+++ ChangeLog 9a89e74e5ffb71154cd832e52c906f908d4dc9c9
@@ -44,6 +44,7 @@ version 2.6.4 (??/??/20??):
widget name "pidgin_conv_userlist". (Heiko Schmitt)
* Add a hold button to the media window.
* Tooltips for custom smileys should work now.
+ * Users with unread messages are again bolded in the Buddy List.
version 2.6.3 (10/16/2009):
General:
============================================================
--- pidgin/gtkblist.c cee9a57703fe5d07bc384c28239303bf77f2ca69
+++ pidgin/gtkblist.c 471614a8af109f61a68891496efba03784304722
@@ -4184,6 +4184,12 @@ pidgin_blist_get_name_markup(PurpleBuddy
}
}
+ if (hidden_conv) {
+ char *tmp = nametext;
+ nametext = g_strdup_printf("<b>%s</b>", tmp);
+ g_free(tmp);
+ }
+
/* Put it all together */
if ((!aliased || biglist) && (statustext || idletime)) {
/* using <span size='smaller'> breaks the status, so it must be seperated into <small><span>*/
More information about the Commits
mailing list