aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-03-19 04:06:34 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-03-19 04:06:34 +0800
commit3c2af0d4d827a5e25a5436bf58eb8935e5948e78 (patch)
tree5c7becb6e824a0fe9dde5888fe7cae814117901f
parent6f9b8ecfb38192df1c8bca8ac34db6c3eae254aa (diff)
downloadgsoc2013-evolution-3c2af0d4d827a5e25a5436bf58eb8935e5948e78.tar
gsoc2013-evolution-3c2af0d4d827a5e25a5436bf58eb8935e5948e78.tar.gz
gsoc2013-evolution-3c2af0d4d827a5e25a5436bf58eb8935e5948e78.tar.bz2
gsoc2013-evolution-3c2af0d4d827a5e25a5436bf58eb8935e5948e78.tar.lz
gsoc2013-evolution-3c2af0d4d827a5e25a5436bf58eb8935e5948e78.tar.xz
gsoc2013-evolution-3c2af0d4d827a5e25a5436bf58eb8935e5948e78.tar.zst
gsoc2013-evolution-3c2af0d4d827a5e25a5436bf58eb8935e5948e78.zip
Add `search="string"' for the keyboard navigability search thingy.
* e-storage-set-view.etspec: Add `search="string"' for the keyboard navigability search thingy. svn path=/trunk/; revision=16195
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-storage-set-view.etspec2
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 3a5e386842..98bd69fc74 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-18 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-storage-set-view.etspec: Add `search="string"' for the
+ keyboard navigability search thingy.
+
2002-03-15 Jeffrey Stedfast <fejj@ximian.com>
* e-activity-handler.c (show_cancellation_popup): Updated to use
diff --git a/shell/e-storage-set-view.etspec b/shell/e-storage-set-view.etspec
index 5ee19975df..9cc3418d0e 100644
--- a/shell/e-storage-set-view.etspec
+++ b/shell/e-storage-set-view.etspec
@@ -1,5 +1,5 @@
<ETableSpecification no-headers="true" selection-mode="single" cursor-mode="line" draw-grid="false" horizontal-scrolling="true">
- <ETableColumn model_col="0" _title="Folder" expansion="1.0" minimum_width="20" resizable="true" cell="render_tree" compare="string"/>
+ <ETableColumn model_col="0" _title="Folder" expansion="1.0" minimum_width="20" resizable="true" cell="render_tree" compare="string" search="string"/>
<ETableState>
<column source="0"/>
<grouping></grouping>