From 8e7d2c28e9efa91be8c45a8be7dbd51ae3e56e56 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 15 Feb 2006 06:35:46 +0000 Subject: Committed Rajeev's patch. svn path=/trunk/; revision=31526 --- calendar/gui/tasks-control.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui') diff --git a/calendar/gui/tasks-control.c b/calendar/gui/tasks-control.c index bca8070eb7..4d4a2a9f08 100644 --- a/calendar/gui/tasks-control.c +++ b/calendar/gui/tasks-control.c @@ -413,6 +413,9 @@ tasks_control_complete_cmd (BonoboUIComponent *uic, { ETasks *tasks; + bonobo_ui_component_set_prop (uic, "/commands/TasksMarkComplete", "sensitive", + "0", + NULL); tasks = E_TASKS (data); e_tasks_complete_selected (tasks); } -- cgit v1.2.3