diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-09 04:30:39 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-09 04:30:39 +0800 |
commit | b749cf077233687b34a5ae0aed1ee33d23b76471 (patch) | |
tree | 10a22b8ca8086da27c989c9a94776ce04003ac55 /filter/ChangeLog | |
parent | 85fd85a496325ed0643bb3c70d79d132069808d4 (diff) | |
download | gsoc2013-evolution-b749cf077233687b34a5ae0aed1ee33d23b76471.tar.gz gsoc2013-evolution-b749cf077233687b34a5ae0aed1ee33d23b76471.tar.zst gsoc2013-evolution-b749cf077233687b34a5ae0aed1ee33d23b76471.zip |
Make the sound type for (play-sound ) a "file" type rather than "string"
2002-07-08 Jeffrey Stedfast <fejj@ximian.com>
* filtertypes.xml: Make the sound type for (play-sound ) a "file"
type rather than "string" since users will want to use a filesel
to select it most likely. Fixes bug #26921.
* filter-file.c (validate): If the type is "file" check that it is
a valid file, otheriwse if it is a command-line just ignore it for
now.
* filter-element.c (filter_element_new_type_name): A filter type
of "file" should also use the filter-file object.
svn path=/trunk/; revision=17385
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 833ee6f369..84448c091f 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,16 @@ +2002-07-08 Jeffrey Stedfast <fejj@ximian.com> + + * filtertypes.xml: Make the sound type for (play-sound ) a "file" + type rather than "string" since users will want to use a filesel + to select it most likely. Fixes bug #26921. + + * filter-file.c (validate): If the type is "file" check that it is + a valid file, otheriwse if it is a command-line just ignore it for + now. + + * filter-element.c (filter_element_new_type_name): A filter type + of "file" should also use the filter-file object. + 2002-05-24 Ettore Perazzoli <ettore@ximian.com> * filter-rule.c (get_widget): Fix English grammar. |