From 52f7fe06901ad02630525a21c25993456577d133 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 8 Oct 1998 21:49:42 +0000 Subject: Set the sensitivity of the edit/delete buttons. (gncal_todo_update): 1998-10-08 Federico Mena Quintero * gncal-todo.c (clist_row_selected): Set the sensitivity of the edit/delete buttons. (gncal_todo_update): Likewise. Thanks to Dirk Luetjens for the bug report. svn path=/trunk/; revision=435 --- calendar/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4bb47d706f..a3309c2ba5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 1998-10-08 Federico Mena Quintero + * gncal-todo.c (clist_row_selected): Set the sensitivity of the + edit/delete buttons. + (gncal_todo_update): Likewise. Thanks to Dirk Luetjens for the + bug report. + * layout.c: Do some cleanup; now we pass a struct with the layout algorithm's state instead of passing a trillion parameters around. -- cgit