TW-1734: calendar gives an error when context is set

- Thanks to Simon Michael.
This commit is contained in:
Paul Beckingham 2016-01-11 22:44:47 -05:00
parent 60667dbcaa
commit d564aac978
3 changed files with 13 additions and 1 deletions

View file

@ -49,7 +49,7 @@ CmdCalendar::CmdCalendar ()
_read_only = true;
_displays_id = true;
_needs_gc = true;
_uses_context = true;
_uses_context = false;
_accepts_filter = false;
_accepts_modifications = false;
_accepts_miscellaneous = true;