pidgin/gtkblist.c

changeset 28756
3fb8b08f9902
parent 28500
100254601c7c
child 29242
6b8df184118e
child 29628
7ba47b28bda9
child 32366
0472bc614998
equal deleted inserted replaced
28755:a9570a2f0bd3 28756:3fb8b08f9902
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"

mercurial