comparison src/gtkblist.c @ 14074:36bb845aa622

[gaim-migrate @ 16695] CID 261 (DEADCODE) committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 11 Aug 2006 01:14:07 +0000
parents 8bda65b88e49
children 7fbca3653056
comparison
equal deleted inserted replaced
14073:6732a269f96f 14074:36bb845aa622
3000 3000
3001 /* Not idle and not selected */ 3001 /* Not idle and not selected */
3002 else if (!selected && !text) 3002 else if (!selected && !text)
3003 { 3003 {
3004 text = g_strdup_printf("%s\n" 3004 text = g_strdup_printf("%s\n"
3005 "<span color='%s' size='smaller'>%s%s%s</span>", 3005 "<span color='%s' size='smaller'>%s</span>",
3006 esc, dim_grey(), 3006 esc, dim_grey(),
3007 idletime != NULL ? idletime : "",
3008 (idletime != NULL && statustext != NULL) ? " - " : "",
3009 statustext != NULL ? statustext : ""); 3007 statustext != NULL ? statustext : "");
3010 } 3008 }
3011 3009
3012 /* It is selected. */ 3010 /* It is selected. */
3013 if ((selected && !text) || (selected && idletime)) 3011 if ((selected && !text) || (selected && idletime))