diff --git a/calendar/resources/content/calendar.js b/calendar/resources/content/calendar.js index 11969dc4330c..3061c552a819 100644 --- a/calendar/resources/content/calendar.js +++ b/calendar/resources/content/calendar.js @@ -943,6 +943,13 @@ function editEvent( calendarEvent ) null); } +function editToDo( calendarTodo ) +{ + openEventDialog(calendarTodo, + "edit", + self.modifyEventDialogResponse, + null); +} /** * Called when the user clicks OK in the edit event dialog diff --git a/calendar/resources/content/calendar.xul b/calendar/resources/content/calendar.xul index 7f0bad4e0bc2..3f396d6ace3b 100644 --- a/calendar/resources/content/calendar.xul +++ b/calendar/resources/content/calendar.xul @@ -559,7 +559,7 @@