diff finch/libgnt/gnttree.c @ 17707:3c3fc1432a01

Let windows know when the workspace they are in is being hidden/shown
author Richard Nelson <wabz@pidgin.im>
date Sat, 12 May 2007 23:58:11 +0000
parents 467698ab6bf0
children 08776fc5c06f
line wrap: on
line diff
--- a/finch/libgnt/gnttree.c	Mon Apr 30 12:02:15 2007 +0000
+++ b/finch/libgnt/gnttree.c	Sat May 12 23:58:11 2007 +0000
@@ -281,7 +281,7 @@
 
 		notfirst = TRUE;
 
-		if (len > width) {
+		if (len > width - 2) {
 			len = width - 1;
 			cut = TRUE;
 		}