diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-09-21 14:47:45 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-09-21 14:47:45 +0800 |
commit | 572dd23bba3af63e9af1c6389f40008f6afe039b (patch) | |
tree | 2b676887891496e54299f0cd29f0f369f26b9037 /calendar/gui/e-calendar-table.etspec | |
parent | 50ff474bf88324c6adf6dbe65c4bce9b4240d928 (diff) | |
download | gsoc2013-evolution-572dd23bba3af63e9af1c6389f40008f6afe039b.tar.gz 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-calendar-table.etspec')
-rw-r--r-- | calendar/gui/e-calendar-table.etspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-table.etspec b/calendar/gui/e-calendar-table.etspec index fff60b1de6..9ae3f0dc84 100644 --- a/calendar/gui/e-calendar-table.etspec +++ b/calendar/gui/e-calendar-table.etspec @@ -7,7 +7,7 @@ <ETableColumn model_col= "12" _title="Due date" expansion="2.0" minimum_width="10" resizable="true" cell="dateedit" compare="date-compare" priority="-2"/> <ETableColumn model_col= "15" _title="% Complete" expansion="1.0" minimum_width="10" resizable="true" cell="percent" compare="percent-compare" priority="-3"/> <ETableColumn model_col= "16" _title="Priority" expansion="1.0" minimum_width="10" resizable="true" cell="priority" compare="priority-compare" priority="-3"/> - <ETableColumn model_col="17" _title="Status" expansion="1.0" minimum_width="10" resizable="true" cell="calstatus" compare="string" priority="-1"/> + <ETableColumn model_col="17" _title="Status" expansion="1.0" minimum_width="10" resizable="true" cell="calstatus" compare="collate" priority="-1"/> <ETableColumn model_col="19" _title="Task sort" cell="task-sort" compare="task-sort" priority="-4"/> <ETableColumn model_col="0" _title="Categories" cell="calstring" compare="stringcase" expansion="1.0" minimum_width="10" resizable="true" priority="-2"/> |