comparison pidgin/gtkblist.c @ 28873:3e5a37c743df

commit differences as a revision for now.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 04 Nov 2009 16:58:41 +0900
parents 493f48f8d17f 876ffa0f5465
children 06740353bfc7
comparison
equal deleted inserted replaced
28801:d7c49598cef2 28873:3e5a37c743df
4188 name_color = NULL; 4188 name_color = NULL;
4189 status_color = NULL; 4189 status_color = NULL;
4190 } 4190 }
4191 } 4191 }
4192 4192
4193 if (hidden_conv) {
4194 char *tmp = nametext;
4195 nametext = g_strdup_printf("<b>%s</b>", tmp);
4196 g_free(tmp);
4197 }
4198
4193 /* Put it all together */ 4199 /* Put it all together */
4194 if ((!aliased || biglist) && (statustext || idletime)) { 4200 if ((!aliased || biglist) && (statustext || idletime)) {
4195 /* using <span size='smaller'> breaks the status, so it must be seperated into <small><span>*/ 4201 /* using <span size='smaller'> breaks the status, so it must be seperated into <small><span>*/
4196 if (name_color) { 4202 if (name_color) {
4197 text = g_strdup_printf("<span font_desc='%s' foreground='%s'>%s</span>\n" 4203 text = g_strdup_printf("<span font_desc='%s' foreground='%s'>%s</span>\n"