aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-list-view.etspec
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-18 05:06:14 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-18 05:06:14 +0800
commitd8c28801a75106daf09303a1cdcae6814fc91773 (patch)
tree685bf8a1c8321ed09e299e7e0f2397f84f9263ab /calendar/gui/e-cal-list-view.etspec
parentfe09d1e6a6f00ee603d678a10673e2c50986e14e (diff)
downloadgsoc2013-evolution-d8c28801a75106daf09303a1cdcae6814fc91773.tar
gsoc2013-evolution-d8c28801a75106daf09303a1cdcae6814fc91773.tar.gz
gsoc2013-evolution-d8c28801a75106daf09303a1cdcae6814fc91773.tar.bz2
gsoc2013-evolution-d8c28801a75106daf09303a1cdcae6814fc91773.tar.lz
gsoc2013-evolution-d8c28801a75106daf09303a1cdcae6814fc91773.tar.xz
gsoc2013-evolution-d8c28801a75106daf09303a1cdcae6814fc91773.tar.zst
gsoc2013-evolution-d8c28801a75106daf09303a1cdcae6814fc91773.zip
update protos
004-01-17 JP Rosevear <jpr@ximian.com> * gui/print.h: update protos * gui/print.c (print_title): util routine to print a title (print_table): print out an etable * gui/calendar-commands.c (print): handle printing the list view * gui/e-cal-list-view.etspec: draw the grid to mimic tasks * gui/tasks-control.c (tasks_control_print_cmd): use print_table Fixes #51751, #52958 svn path=/trunk/; revision=24290
Diffstat (limited to 'calendar/gui/e-cal-list-view.etspec')
-rw-r--r--calendar/gui/e-cal-list-view.etspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-cal-list-view.etspec b/calendar/gui/e-cal-list-view.etspec
index e5a2cc0b6d..49a12bc849 100644
--- a/calendar/gui/e-cal-list-view.etspec
+++ b/calendar/gui/e-cal-list-view.etspec
@@ -1,4 +1,4 @@
-<ETableSpecification draw-grid="false" alternating-row-colors="true">
+<ETableSpecification draw-grid="true" alternating-row-colors="true">
<ETableColumn model_col="0" _title="Categories" expansion="1.0" minimum_width="10" resizable="true" cell="calstring" compare="string"/>
<ETableColumn model_col="1" _title="Classification" expansion="1.0" minimum_width="10" resizable="true" cell="classification" compare="string" priority="-1"/>
<ETableColumn model_col="2" _title="color" cell="calcolor" priority="-4"/>