comparison pidgin/gtkblist.c @ 28807:876ffa0f5465

pidgin: Bold usernames with unread messages in the buddy list again. Closes #10068.
author Paul Aurich <paul@darkrain42.org>
date Mon, 26 Oct 2009 00:00:24 +0000
parents 0d9f5172ebc9
children 3e5a37c743df 2930170ca3c0 e3206d6da6c7
comparison
equal deleted inserted replaced
28806:3e6b997b475d 28807:876ffa0f5465
4182 name_color = NULL; 4182 name_color = NULL;
4183 status_color = NULL; 4183 status_color = NULL;
4184 } 4184 }
4185 } 4185 }
4186 4186
4187 if (hidden_conv) {
4188 char *tmp = nametext;
4189 nametext = g_strdup_printf("<b>%s</b>", tmp);
4190 g_free(tmp);
4191 }
4192
4187 /* Put it all together */ 4193 /* Put it all together */
4188 if ((!aliased || biglist) && (statustext || idletime)) { 4194 if ((!aliased || biglist) && (statustext || idletime)) {
4189 /* using <span size='smaller'> breaks the status, so it must be seperated into <small><span>*/ 4195 /* using <span size='smaller'> breaks the status, so it must be seperated into <small><span>*/
4190 if (name_color) { 4196 if (name_color) {
4191 text = g_strdup_printf("<span font_desc='%s' foreground='%s'>%s</span>\n" 4197 text = g_strdup_printf("<span font_desc='%s' foreground='%s'>%s</span>\n"