From: <dat...@us...> - 2006-08-11 01:14:12
|
Revision: 16695 Author: datallah Date: 2006-08-10 18:14:07 -0700 (Thu, 10 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16695&view=rev Log Message: ----------- CID 261 (DEADCODE) Modified Paths: -------------- trunk/src/gtkblist.c Modified: trunk/src/gtkblist.c =================================================================== --- trunk/src/gtkblist.c 2006-08-11 01:10:18 UTC (rev 16694) +++ trunk/src/gtkblist.c 2006-08-11 01:14:07 UTC (rev 16695) @@ -3002,10 +3002,8 @@ else if (!selected && !text) { text = g_strdup_printf("%s\n" - "<span color='%s' size='smaller'>%s%s%s</span>", + "<span color='%s' size='smaller'>%s</span>", 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. |