aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-table.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-10-11 20:12:14 +0800
committerChris Lahey <clahey@src.gnome.org>2000-10-11 20:12:14 +0800
commit7d0552f48334f81f49c9e93e3ee9e639b0ffe4e0 (patch)
tree850421c94b979c5319038c3893b4e047086f0171 /calendar/gui/e-calendar-table.c
parent82dd927886185c33da8df84db60f963fde29ace7 (diff)
downloadgsoc2013-evolution-7d0552f48334f81f49c9e93e3ee9e639b0ffe4e0.tar
gsoc2013-evolution-7d0552f48334f81f49c9e93e3ee9e639b0ffe4e0.tar.gz
gsoc2013-evolution-7d0552f48334f81f49c9e93e3ee9e639b0ffe4e0.tar.bz2
gsoc2013-evolution-7d0552f48334f81f49c9e93e3ee9e639b0ffe4e0.tar.lz
gsoc2013-evolution-7d0552f48334f81f49c9e93e3ee9e639b0ffe4e0.tar.xz
gsoc2013-evolution-7d0552f48334f81f49c9e93e3ee9e639b0ffe4e0.tar.zst
gsoc2013-evolution-7d0552f48334f81f49c9e93e3ee9e639b0ffe4e0.zip
Fixed the column elements here.
2000-10-11 Christopher James Lahey <clahey@helixcode.com> * gui/e-calendar-table.c: Fixed the column elements here. svn path=/trunk/; revision=5850
Diffstat (limited to 'calendar/gui/e-calendar-table.c')
-rw-r--r--calendar/gui/e-calendar-table.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index 250b03e1de..77a45e3438 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -151,9 +151,9 @@ e_calendar_table_class_init (ECalendarTableClass *class)
"<ETableColumn model_col=\"13\" pixbuf=\"icon\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"icon\" compare=\"integer\"/>" \
"<ETableColumn model_col=\"14\" pixbuf=\"complete\" expansion=\"1.0\" minimum_width=\"10\" resizable=\"true\" cell=\"checkbox\" compare=\"integer\"/>" \
"<ETableState>" \
- "<column> 13 </column>" \
- "<column> 9 </column>" \
- "<column> 14 </column>" \
+ "<column source=\"13\"/>" \
+ "<column source= \"9\"/>" \
+ "<column source=\"14\"/>" \
"<grouping> </grouping>" \
"</ETableState>" \
"</ETableSpecification>"