aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter.glade
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/filter.glade
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/filter.glade')
-rw-r--r--filter/filter.glade8
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/filter.glade b/filter/filter.glade
index 079510db25..1c02f13dcc 100644
--- a/filter/filter.glade
+++ b/filter/filter.glade
@@ -330,9 +330,9 @@
<child>
<widget class="GtkTreeView" id="rule_list">
<property name="visible">True</property>
- <property name="headers_visible">True</property>
+ <property name="headers_visible">False</property>
<property name="rules_hint">False</property>
- <property name="reorderable">False</property>
+ <property name="reorderable">True</property>
<property name="enable_search">True</property>
</widget>
</child>
@@ -781,9 +781,9 @@
<child>
<widget class="GtkTreeView" id="rule_list">
<property name="visible">True</property>
- <property name="headers_visible">True</property>
+ <property name="headers_visible">False</property>
<property name="rules_hint">False</property>
- <property name="reorderable">False</property>
+ <property name="reorderable">True</property>
<property name="enable_search">True</property>
</widget>
</child>