diff options
author | NotZed <NotZed@HelixCode.com> | 2000-02-24 14:17:46 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-02-24 14:17:46 +0800 |
commit | 6b338ae8ecd1332f574e33620e0765a16aab03a3 (patch) | |
tree | fab96d8740c69feab8deb34f62ef34a469e8164f /filter/filter-xml.h | |
parent | e4842dc1b18a24d2e268f0e40d1329f6cb739753 (diff) | |
download | gsoc2013-evolution-6b338ae8ecd1332f574e33620e0765a16aab03a3.tar.gz gsoc2013-evolution-6b338ae8ecd1332f574e33620e0765a16aab03a3.tar.zst gsoc2013-evolution-6b338ae8ecd1332f574e33620e0765a16aab03a3.zip |
New widget, a dialogue which uses filter-druid to present the various
2000-02-24 NotZed <NotZed@HelixCode.com>
* filter-editor.c: New widget, a dialogue which uses filter-druid
to present the various editing views.
* filter-druid.c: Changed to just being a notebook with no tabs,
rather than a full druid (no next/prev/etc buttons).
svn path=/trunk/; revision=1914
Diffstat (limited to 'filter/filter-xml.h')
-rw-r--r-- | filter/filter-xml.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/filter-xml.h b/filter/filter-xml.h index b5d3255560..a2e0cfada0 100644 --- a/filter/filter-xml.h +++ b/filter/filter-xml.h @@ -5,6 +5,8 @@ #include <glib.h> #include <gnome-xml/tree.h> +#include "filter-arg.h" + enum filter_xml_token { FILTER_XML_TEXT=0, FILTER_XML_RULE, |