diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-07 05:19:15 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-07 05:19:15 +0800 |
commit | 0465444d8cd1f240fd80f534879fbee407af13c5 (patch) | |
tree | ca571139ac9ef80b8dd784eecc6a58266dea2cf0 | |
parent | aef85ea3ef89b511ec97cfb9bb3bdc33b2b09762 (diff) | |
download | gsoc2013-evolution-0465444d8cd1f240fd80f534879fbee407af13c5.tar gsoc2013-evolution-0465444d8cd1f240fd80f534879fbee407af13c5.tar.gz gsoc2013-evolution-0465444d8cd1f240fd80f534879fbee407af13c5.tar.bz2 gsoc2013-evolution-0465444d8cd1f240fd80f534879fbee407af13c5.tar.lz gsoc2013-evolution-0465444d8cd1f240fd80f534879fbee407af13c5.tar.xz gsoc2013-evolution-0465444d8cd1f240fd80f534879fbee407af13c5.tar.zst gsoc2013-evolution-0465444d8cd1f240fd80f534879fbee407af13c5.zip |
Added beep and play-sound actions.
2002-03-06 Jeffrey Stedfast <fejj@ximian.com>
* filtertypes.xml: Added beep and play-sound actions.
svn path=/trunk/; revision=15950
-rw-r--r-- | filter/ChangeLog | 4 | ||||
-rw-r--r-- | filter/filtertypes.xml | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 789fac2f7b..ccc8d454cc 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,7 @@ +2002-03-06 Jeffrey Stedfast <fejj@ximian.com> + + * filtertypes.xml: Added beep and play-sound actions. + 2002-02-26 Not Zed <NotZed@Ximian.com> * filter-filter.c (option_activate): Copy values across to new diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml index 1c2aa47bc5..b638288609 100644 --- a/filter/filtertypes.xml +++ b/filter/filtertypes.xml @@ -617,6 +617,15 @@ </option> </input> </part> + <part name="beep"> + <title>Beep</title> + <code>(beep)</code> + </part> + <part name="play-sound"> + <title>Play Sound</title> + <code>(play-sound ${sound})</code> + <input type="string" name="sound"/> + </part> <part name="shell-exec"> <title>Execute Shell Command</title> <code>(shell-exec ${command})</code> |