aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-07-09 13:06:04 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-07-09 13:06:04 +0800
commitae4d9b95a1c39439e7a088e35afe8677935baec7 (patch)
treee0a09e81dac7c3f4dea84072a8be13ed67e06b73 /filter/filtertypes.xml
parentf2f3c4bf7f73b50d09b3dee5d87da8b25aae3bc2 (diff)
downloadgsoc2013-evolution-ae4d9b95a1c39439e7a088e35afe8677935baec7.tar
gsoc2013-evolution-ae4d9b95a1c39439e7a088e35afe8677935baec7.tar.gz
gsoc2013-evolution-ae4d9b95a1c39439e7a088e35afe8677935baec7.tar.bz2
gsoc2013-evolution-ae4d9b95a1c39439e7a088e35afe8677935baec7.tar.lz
gsoc2013-evolution-ae4d9b95a1c39439e7a088e35afe8677935baec7.tar.xz
gsoc2013-evolution-ae4d9b95a1c39439e7a088e35afe8677935baec7.tar.zst
gsoc2013-evolution-ae4d9b95a1c39439e7a088e35afe8677935baec7.zip
Bonobo-conf-ified. Removed /home/trow hard-wiring. :) (xml_encode): Encode
2001-07-09 Jon Trowbridge <trow@ximian.com> * filter-source.c (filter_source_get_sources): Bonobo-conf-ified. Removed /home/trow hard-wiring. :) (xml_encode): Encode things properly. (xml_decode): Decode things properly. (get_widget): Ignore accounts w/o source URLs. (clone): Set the ->name in our copy. svn path=/trunk/; revision=10903
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 6b8ebff00f..e40ca760ec 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -559,17 +559,17 @@
<option value="is">
<title>is</title>
<code>
- (match-all (= (get-source) ${uri}))
+ (match-all (= (get-source) ${source}))
</code>
</option>
<option value="is-not">
<title>is not</title>
<code>
- (match-all (not (= (get-source) ${uri})))
+ (match-all (not (= (get-source) ${source})))
</code>
</option>
</input>
- <input type="source" name="uri"/>
+ <input type="source" name="source"/>
</part>
</partset>