aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-context.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-20 12:29:32 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-20 12:29:32 +0800
commit1d92e96ba8027cd5677fee5313bae50336a75e9a (patch)
tree8ec5efbe2248b3d35a1ed9feb93efb369a38c649 /filter/rule-context.h
parentb50cd21e669befffe30870b474c250884f856100 (diff)
downloadgsoc2013-evolution-1d92e96ba8027cd5677fee5313bae50336a75e9a.tar
gsoc2013-evolution-1d92e96ba8027cd5677fee5313bae50336a75e9a.tar.gz
gsoc2013-evolution-1d92e96ba8027cd5677fee5313bae50336a75e9a.tar.bz2
gsoc2013-evolution-1d92e96ba8027cd5677fee5313bae50336a75e9a.tar.lz
gsoc2013-evolution-1d92e96ba8027cd5677fee5313bae50336a75e9a.tar.xz
gsoc2013-evolution-1d92e96ba8027cd5677fee5313bae50336a75e9a.tar.zst
gsoc2013-evolution-1d92e96ba8027cd5677fee5313bae50336a75e9a.zip
load from the just-loaded 'userdoc' rather than rc->user.
2004-01-20 Not Zed <NotZed@Ximian.com> * rule-context.c (revert): load from the just-loaded 'userdoc' rather than rc->user. (rule_context_finalise): remove user and system xmldoc files. (load): make rc->system and rc->user locals systemdoc userdoc, and free them immediately. svn path=/trunk/; revision=24321
Diffstat (limited to 'filter/rule-context.h')
-rw-r--r--filter/rule-context.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/filter/rule-context.h b/filter/rule-context.h
index f2192f4596..681ab7a61d 100644
--- a/filter/rule-context.h
+++ b/filter/rule-context.h
@@ -46,10 +46,7 @@ struct _RuleContext {
struct _RuleContextPrivate *priv;
char *error; /* string version of error */
-
- xmlDocPtr system; /* system rules source */
- xmlDocPtr user; /* user defined rules source */
-
+
GList *parts;
GList *rules;