diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-26 09:58:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-26 09:58:05 +0800 |
commit | f8b3f5bb88387f3d219d06257e1671649a5090ac (patch) | |
tree | 20e9afd92877d66e368b714e97076beb3d7e24f8 | |
parent | 966680aa9f68b550956bf85c239e1a7b8115ead1 (diff) | |
download | gsoc2013-evolution-f8b3f5bb88387f3d219d06257e1671649a5090ac.tar gsoc2013-evolution-f8b3f5bb88387f3d219d06257e1671649a5090ac.tar.gz gsoc2013-evolution-f8b3f5bb88387f3d219d06257e1671649a5090ac.tar.bz2 gsoc2013-evolution-f8b3f5bb88387f3d219d06257e1671649a5090ac.tar.lz gsoc2013-evolution-f8b3f5bb88387f3d219d06257e1671649a5090ac.tar.xz gsoc2013-evolution-f8b3f5bb88387f3d219d06257e1671649a5090ac.tar.zst gsoc2013-evolution-f8b3f5bb88387f3d219d06257e1671649a5090ac.zip |
added a missing close paren
svn path=/trunk/; revision=14120
-rw-r--r-- | filter/filtertypes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml index bca26ca0b3..8b931cad74 100644 --- a/filter/filtertypes.xml +++ b/filter/filtertypes.xml @@ -278,7 +278,7 @@ <option value="not exists"> <title>does not exist</title> <code> - (match-all (not (header-exists ${header-field})) + (match-all (not (header-exists ${header-field}))) </code> </option> <option value="matches soundex"> |