From d240cef7e0da6c9a448c8fc7afc542759f5eb119 Mon Sep 17 00:00:00 2001
From: Frederic Culot <calcurse@culot.org>
Date: Sat, 28 Oct 2006 13:11:21 +0000
Subject: display_item() call modified in update_todo_panel()

---
 src/calcurse.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src')

diff --git a/src/calcurse.c b/src/calcurse.c
index 4e9d5e8..a0eb279 100755
--- a/src/calcurse.c
+++ b/src/calcurse.c
@@ -1,4 +1,4 @@
-/*	$calcurse: calcurse.c,v 1.24 2006/10/28 10:32:29 culot Exp $	*/
+/*	$calcurse: calcurse.c,v 1.25 2006/10/28 13:11:21 culot Exp $	*/
 
 /*
  * Calcurse - text-based organizer
@@ -1189,7 +1189,7 @@ void update_todo_panel(void)
 		if (t_realpos >= 0 && t_realpos < max_items) {
 			sprintf(mesg, "%d. ", i->id);	
 			strncat(mesg, i->mesg, strlen(i->mesg));
-			display_item(twin, incolor, mesg,
+			display_item(twin, incolor, mesg, 0, 
 					len, y_offset, x_offset);
 			y_offset = y_offset + todo_lines;	
 		}
-- 
cgit v1.2.3-70-g09d2