aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter/rule-editor.h')
-rw-r--r--filter/rule-editor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/filter/rule-editor.h b/filter/rule-editor.h
index 2a474725b5..0918e5d328 100644
--- a/filter/rule-editor.h
+++ b/filter/rule-editor.h
@@ -38,7 +38,9 @@ struct _RuleEditor {
struct _RuleContext *context;
struct _FilterRule *current;
struct _FilterRule *edit; /* for editing/adding rules, so we only do 1 at a time */
-
+
+ GtkWidget *dialog;
+
char *source;
struct _RuleEditorPrivate *priv;