From 4d9ac995fe9dd6df7a44f7bc568b51f41e8cade9 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 30 Oct 2015 00:50:49 -0400 Subject: [PATCH] CmdUrgency: _urgency no longer obeys context --- src/commands/CmdUrgency.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdUrgency.cpp b/src/commands/CmdUrgency.cpp index c47a18c49..d43e31c45 100644 --- a/src/commands/CmdUrgency.cpp +++ b/src/commands/CmdUrgency.cpp @@ -45,7 +45,7 @@ CmdUrgency::CmdUrgency () _read_only = true; _displays_id = false; _needs_gc = true; - _uses_context = true; + _uses_context = false; _accepts_filter = true; _accepts_modifications = false; _accepts_miscellaneous = false;