# HG changeset patch # User Sadrul Habib Chowdhury # Date 1152407220 0 # Node ID af23525bcb312253132670713cd9337e86189e9e # Parent 669898e6aa11758eb43f11f89f325444471fbc1f [gaim-migrate @ 16468] This isn't necessary. committer: Tailor Script diff -r 669898e6aa11 -r af23525bcb31 console/libgnt/gnttree.c --- 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;