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 a184b81c16..60185f965e 100644
--- a/filter/rule-editor.h
+++ b/filter/rule-editor.h
@@ -44,7 +44,9 @@ typedef struct _RuleEditorUndo RuleEditorUndo;
struct _RuleEditor {
GtkDialog parent_object;
- GtkList *list;
+ GtkListStore *model;
+ GtkTreeView *list;
+
RuleContext *context;
FilterRule *current;
FilterRule *edit; /* for editing/adding rules, so we only do 1 at a time */