context: Do not use context for reports not meant for direct human consumption

This commit is contained in:
Tomas Babej 2015-10-01 08:00:25 +02:00 committed by Paul Beckingham
parent 97dbb0cfe4
commit 4fe23fcfcd
4 changed files with 8 additions and 8 deletions

View file

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