| 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" |