aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-editor.c
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-03-01 04:14:03 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-03-01 04:14:03 +0800
commit0fc90057e65e8a62a5a48753e818eb51eb2caa2c (patch)
tree7741f5f98807b69331d85a56bc5b38807fd57afd /filter/filter-editor.c
parentd80a62d40d4498bfcb299ab1d78d795b565e61ca (diff)
downloadgsoc2013-evolution-0fc90057e65e8a62a5a48753e818eb51eb2caa2c.tar
gsoc2013-evolution-0fc90057e65e8a62a5a48753e818eb51eb2caa2c.tar.gz
gsoc2013-evolution-0fc90057e65e8a62a5a48753e818eb51eb2caa2c.tar.bz2
gsoc2013-evolution-0fc90057e65e8a62a5a48753e818eb51eb2caa2c.tar.lz
gsoc2013-evolution-0fc90057e65e8a62a5a48753e818eb51eb2caa2c.tar.xz
gsoc2013-evolution-0fc90057e65e8a62a5a48753e818eb51eb2caa2c.tar.zst
gsoc2013-evolution-0fc90057e65e8a62a5a48753e818eb51eb2caa2c.zip
Remove gui code, this will be actual filtering code.
2000-02-29 NotZed <NotZed@HelixCode.com> * filter-driver.c (main): Remove gui code, this will be actual filtering code. * Makefile: Added filter-editor to the library. * filter-editor.c (main): Comment out, make it a proper library. svn path=/trunk/; revision=1991
Diffstat (limited to 'filter/filter-editor.c')
-rw-r--r--filter/filter-editor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/filter-editor.c b/filter/filter-editor.c
index 1d68276b73..24e2514057 100644
--- a/filter/filter-editor.c
+++ b/filter/filter-editor.c
@@ -315,6 +315,7 @@ filter_editor_set_rules(FilterEditor *e, GList *rules, GList *systemoptions, GLi
filter_druid_set_rules(p->druid, useroptions, rules, NULL);
}
+#ifdef TESTING
int main(int argc, char **argv)
{
GList *rules, *options, *options2;
@@ -343,3 +344,4 @@ int main(int argc, char **argv)
gtk_main();
}
}
+#endif