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
This commit is contained in:
Jeffrey Stedfast
2002-03-06 21:19:15 +00:00
committed by Jeffrey Stedfast
parent aef85ea3ef
commit 0465444d8c
2 changed files with 13 additions and 0 deletions

View File

@ -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

View File

@ -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>