From: <sa...@us...> - 2006-07-09 01:07:04
|
Revision: 16468 Author: sadrul Date: 2006-07-08 18:07:00 -0700 (Sat, 08 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16468&view=rev Log Message: ----------- This isn't necessary. Modified Paths: -------------- trunk/console/libgnt/gnttree.c Modified: trunk/console/libgnt/gnttree.c =================================================================== --- trunk/console/libgnt/gnttree.c 2006-07-09 00:54:31 UTC (rev 16467) +++ trunk/console/libgnt/gnttree.c 2006-07-09 01:07:00 UTC (rev 16468) @@ -209,12 +209,6 @@ char *s = g_utf8_offset_to_pointer(str, widget->priv.width - 1 - pos); *s = '\0'; } - else - { - while (wr < widget->priv.width - 1 - pos) - str[wr++] = ' '; - str[wr] = 0; - } if (flags & GNT_TEXT_FLAG_BOLD) attr |= A_BOLD; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |