From: <dat...@us...> - 2006-08-16 03:18:48
|
Revision: 16779 Author: datallah Date: 2006-08-15 20:18:43 -0700 (Tue, 15 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16779&view=rev Log Message: ----------- It seems like I only got half of CID 261 the first time. Modified Paths: -------------- trunk/src/gtkblist.c Modified: trunk/src/gtkblist.c =================================================================== --- trunk/src/gtkblist.c 2006-08-16 02:44:21 UTC (rev 16778) +++ trunk/src/gtkblist.c 2006-08-16 03:18:43 UTC (rev 16779) @@ -2991,10 +2991,8 @@ text = g_strdup_printf("<span color='%s'>%s</span>", dim_grey(), esc); else if (!selected && !text) text = g_strdup_printf("<span color='%s'>%s</span>\n" - "<span color='%s' size='smaller'>%s%s%s</span>", + "<span color='%s' size='smaller'>%s</span>", dim_grey(), esc, dim_grey(), - idletime != NULL ? idletime : "", - (idletime != NULL && statustext != NULL) ? " - " : "", statustext != NULL ? statustext : ""); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |