aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-06-16 04:06:12 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-06-16 04:06:12 +0800
commitcccb8da21acffb968087b528a71ef291830a2597 (patch)
treee5ca456787d113a8503faed4f10acee0fe556a08 /calendar/gui
parentf61cb94a3bd1a48062b5905e3ec479f59f88c8dd (diff)
downloadgsoc2013-evolution-cccb8da21acffb968087b528a71ef291830a2597.tar
gsoc2013-evolution-cccb8da21acffb968087b528a71ef291830a2597.tar.gz
gsoc2013-evolution-cccb8da21acffb968087b528a71ef291830a2597.tar.bz2
gsoc2013-evolution-cccb8da21acffb968087b528a71ef291830a2597.tar.lz
gsoc2013-evolution-cccb8da21acffb968087b528a71ef291830a2597.tar.xz
gsoc2013-evolution-cccb8da21acffb968087b528a71ef291830a2597.tar.zst
gsoc2013-evolution-cccb8da21acffb968087b528a71ef291830a2597.zip
Fixes #56197
2004-06-15 JP Rosevear <jpr@novell.com> Fixes #56197 * gui/e-cal-list-view.etspec: add back categories * gui/e-calendar-table.etspec: ditto svn path=/trunk/; revision=26355
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-cal-list-view.etspec1
-rw-r--r--calendar/gui/e-calendar-table.etspec1
2 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-list-view.etspec b/calendar/gui/e-cal-list-view.etspec
index 01e3e15979..68cfbc9d22 100644
--- a/calendar/gui/e-cal-list-view.etspec
+++ b/calendar/gui/e-cal-list-view.etspec
@@ -3,6 +3,7 @@
<ETableColumn model_col="10" _title="End Date" expansion="2.0" minimum_width="10" resizable="true" cell="dateedit" compare="date-compare" priority="-2"/>
<ETableColumn model_col="8" _title="Summary" expansion="3.0" minimum_width="10" resizable="true" cell="calstring" compare="string" priority="10"/>
<ETableColumn model_col="11" _title="Location" expansion="3.0" minimum_width="10" resizable="true" cell="calstring" compare="string" priority="10"/>
+ <ETableColumn model_col="0" _title="Categories" cell="calstring" compare="string" expansion="1.0" minimum_width="10" resizable="true" priority="-2"/>
<ETableState>
<column source="2"/>
diff --git a/calendar/gui/e-calendar-table.etspec b/calendar/gui/e-calendar-table.etspec
index ec65c07619..ee8e151b7a 100644
--- a/calendar/gui/e-calendar-table.etspec
+++ b/calendar/gui/e-calendar-table.etspec
@@ -9,6 +9,7 @@
<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="19" _title="Task sort" cell="task-sort" compare="task-sort" priority="-4"/>
+ <ETableColumn model_col="0" _title="Categories" cell="calstring" compare="string" expansion="1.0" minimum_width="10" resizable="true" priority="-2"/>
<ETableState>
<column source="1"/>