Bug 421307-TaskMode: synchronize FilterOptions with FilterOptions in Menu;r=philipp

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@250362 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Berend.Cornelius%sun.com
2008-04-17 12:37:42 +00:00
parent ba3b8fd28d
commit 32b7799cbc

View File

@@ -59,6 +59,7 @@ var calendarController = {
"calendar_publish_calendar_command": true,
"calendar_publish_selected_events_command": true,
"calendar_task_filter_command": true,
"calendar_reload_remote_calendars": true,
"calendar_percentComplete-0_command": true,
"calendar_percentComplete-25_command": true,
@@ -117,6 +118,8 @@ var calendarController = {
case "calendar_modify_todo_command":
return this.todo_items_selected &&
this.todo_tasktree_focused;
case "calendar_task_filter_command":
return true;
case "calendar_delete_todo_command":
case "calendar_percentComplete-0_command":
case "calendar_percentComplete-25_command":