changeset 13937:af23525bcb31

[gaim-migrate @ 16468] This isn't necessary. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 09 Jul 2006 01:07:00 +0000
parents 669898e6aa11
children 82684a39f1ec
files console/libgnt/gnttree.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/console/libgnt/gnttree.c	Sun Jul 09 00:54:31 2006 +0000
+++ b/console/libgnt/gnttree.c	Sun Jul 09 01:07:00 2006 +0000
@@ -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;