diff options
author | Milan Crha <mcrha@redhat.com> | 2008-02-15 02:16:31 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-02-15 02:16:31 +0800 |
commit | dafcf05cc318e3beae037ba2092eff2b9eb36d4d (patch) | |
tree | 7a0a29a2dc7882130993eaec1d0e8a7bcff54bc7 /calendar/gui/e-calendar-table.etspec | |
parent | 31c1f56b27f2bc65aa0f9007292a9732a35f72f1 (diff) | |
download | gsoc2013-evolution-dafcf05cc318e3beae037ba2092eff2b9eb36d4d.tar.gz gsoc2013-evolution-dafcf05cc318e3beae037ba2092eff2b9eb36d4d.tar.zst gsoc2013-evolution-dafcf05cc318e3beae037ba2092eff2b9eb36d4d.zip |
** Fix for bug #514987
2008-02-14 Milan Crha <mcrha@redhat.com>
** Fix for bug #514987
* gui/e-calendar-table.etspec:
* gui/e-calendar-table.c: (status_from_string), (status_compare_cb),
(e_calendar_table_init):
New sorting by Status based on the index in popup, not on the text.
svn path=/trunk/; revision=35013
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 4abc284676..4e1e6c175c 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="collate" priority="-1"/> + <ETableColumn model_col="17" _title="Status" expansion="1.0" minimum_width="10" resizable="true" cell="calstatus" compare="status-compare" priority="-1"/> <ETableColumn model_col="0" _title="Categories" cell="calstring" compare="stringcase" expansion="1.0" minimum_width="10" resizable="true" priority="-2"/> <ETableState> |