From 4d82dd7985c8d9c89b3c8f0839c96df304c9a83d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 10 Jul 2015 13:15:42 -0400 Subject: [PATCH] Task: Lexer::Type::word arguments are dequoted before being stored --- src/Task.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Task.cpp b/src/Task.cpp index d6c995b9b..b27ae2b3b 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -2122,6 +2122,8 @@ void Task::modify (modType type, bool text_required /* = false */) // any. if (text != "") { + Lexer::dequote (text); + switch (type) { case modReplace: