changeset 18183:99969affedf5

I think this fixes the ellipsization in the trees.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 19 Jun 2007 03:07:51 +0000
parents 553dc65bf3a6
children f54f83b20929 9c17cdcfc799
files finch/libgnt/gnttree.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/gnttree.c	Tue Jun 19 02:36:25 2007 +0000
+++ b/finch/libgnt/gnttree.c	Tue Jun 19 03:07:51 2007 +0000
@@ -303,7 +303,7 @@
 
 		notfirst = TRUE;
 
-		if (len > width - 2) {
+		if (len > width) {
 			len = width - 1;
 			cut = TRUE;
 		}