aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-memo-table.etspec
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-09-21 14:47:45 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-09-21 14:47:45 +0800
commit572dd23bba3af63e9af1c6389f40008f6afe039b (patch)
tree2b676887891496e54299f0cd29f0f369f26b9037 /calendar/gui/e-memo-table.etspec
parent50ff474bf88324c6adf6dbe65c4bce9b4240d928 (diff)
downloadgsoc2013-evolution-572dd23bba3af63e9af1c6389f40008f6afe039b.tar
gsoc2013-evolution-572dd23bba3af63e9af1c6389f40008f6afe039b.tar.gz
gsoc2013-evolution-572dd23bba3af63e9af1c6389f40008f6afe039b.tar.bz2
gsoc2013-evolution-572dd23bba3af63e9af1c6389f40008f6afe039b.tar.lz
gsoc2013-evolution-572dd23bba3af63e9af1c6389f40008f6afe039b.tar.xz
gsoc2013-evolution-572dd23bba3af63e9af1c6389f40008f6afe039b.tar.zst
gsoc2013-evolution-572dd23bba3af63e9af1c6389f40008f6afe039b.zip
2007-09-21 mcrha Fix for bug #411125
svn path=/trunk/; revision=34289
Diffstat (limited to 'calendar/gui/e-memo-table.etspec')
-rw-r--r--calendar/gui/e-memo-table.etspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-memo-table.etspec b/calendar/gui/e-memo-table.etspec
index 6474b69d96..95faa93429 100644
--- a/calendar/gui/e-memo-table.etspec
+++ b/calendar/gui/e-memo-table.etspec
@@ -1,7 +1,7 @@
<ETableSpecification click-to-add="true" _click-to-add-message="Click to add a memo" draw-grid="true">
<ETableColumn model_col="8" _title="Summary" expansion="3.0" minimum_width="10" resizable="true" cell="calstring" compare="stringcase" priority="0"/>
<ETableColumn model_col="7" pixbuf="icon" _title="Type" expansion="1.0" minimum_width="16" resizable="false" cell="icon" compare="integer" priority="-4"/>
- <ETableColumn model_col="0" _title="Categories" cell="calstring" compare="string" expansion="1.0" minimum_width="10" resizable="true" priority="-2"/>
+ <ETableColumn model_col="0" _title="Categories" cell="calstring" compare="collate" expansion="1.0" minimum_width="10" resizable="true" priority="-2"/>
<ETableColumn model_col="5" _title="Start Date" expansion="2.0" minimum_width="10" resizable="true" cell="dateedit" compare="date-compare" priority="-2"/>
<ETableColumn model_col="19" _title="Memo sort" cell="task-sort" compare="memo-sort" priority="-4"/>