aboutsummaryrefslogtreecommitdiffstats
path: root/filter/rule-editor.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-11-19 04:57:35 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-11-19 04:57:35 +0800
commit0c8bfeb83dc68d13972f699b6eecf064d1f54fd1 (patch)
treed3952c8e1f3dca05069a6773827d917cd2ceb7f7 /filter/rule-editor.h
parent86946f8f29fe96644f836b4675ab6653d177ae99 (diff)
downloadgsoc2013-evolution-0c8bfeb83dc68d13972f699b6eecf064d1f54fd1.tar
gsoc2013-evolution-0c8bfeb83dc68d13972f699b6eecf064d1f54fd1.tar.gz
gsoc2013-evolution-0c8bfeb83dc68d13972f699b6eecf064d1f54fd1.tar.bz2
gsoc2013-evolution-0c8bfeb83dc68d13972f699b6eecf064d1f54fd1.tar.lz
gsoc2013-evolution-0c8bfeb83dc68d13972f699b6eecf064d1f54fd1.tar.xz
gsoc2013-evolution-0c8bfeb83dc68d13972f699b6eecf064d1f54fd1.tar.zst
gsoc2013-evolution-0c8bfeb83dc68d13972f699b6eecf064d1f54fd1.zip
Updated to use GtkTreeView.
2002-11-18 Jeffrey Stedfast <fejj@ximian.com> * rule-editor.c: Updated to use GtkTreeView. * vfolder-rule.c: Same. svn path=/trunk/; revision=18830
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 */