aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-10-11 10:35:31 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-10-11 10:35:31 +0800
commit167d08a15e130cd3aee68d6956b8e66d8942a52e (patch)
treec4260eac69854c88c80f511c48c3db2573b8d1a9 /filter/filtertypes.xml
parent9f3a0c94c3349bc9f4ee7cdcb60264dc98094313 (diff)
downloadgsoc2013-evolution-167d08a15e130cd3aee68d6956b8e66d8942a52e.tar
gsoc2013-evolution-167d08a15e130cd3aee68d6956b8e66d8942a52e.tar.gz
gsoc2013-evolution-167d08a15e130cd3aee68d6956b8e66d8942a52e.tar.bz2
gsoc2013-evolution-167d08a15e130cd3aee68d6956b8e66d8942a52e.tar.lz
gsoc2013-evolution-167d08a15e130cd3aee68d6956b8e66d8942a52e.tar.xz
gsoc2013-evolution-167d08a15e130cd3aee68d6956b8e66d8942a52e.tar.zst
gsoc2013-evolution-167d08a15e130cd3aee68d6956b8e66d8942a52e.zip
Removed the Run Once filter action.
2002-10-10 Jeffrey Stedfast <fejj@ximian.com> * filtertypes.xml: Removed the Run Once filter action. svn path=/trunk/; revision=18364
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 9c7dc8ea15..55daf1000c 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -710,10 +710,5 @@
<code>(shell "/bin/sh" "-c" ${command})</code>
<input type="command" name="command"/>
</part>
- <part name="run-once">
- <title>Run Once</title>
- <code>(only-once (shell "/bin/sh" "-c" ${command}))</code>
- <input type="command" name="command"/>
- </part>
</actionset>
</filterdescription>