diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-17 06:40:52 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-17 06:40:52 +0800 |
commit | 2c9c9695d6fb330577da4bf1f7b33353f64e4cf6 (patch) | |
tree | dd13e90c79e4114cfea460c92cddc48b24785a65 /widgets/table | |
parent | c59caf515927cdb693f63621b65c92a44ea50d1b (diff) | |
download | gsoc2013-evolution-2c9c9695d6fb330577da4bf1f7b33353f64e4cf6.tar gsoc2013-evolution-2c9c9695d6fb330577da4bf1f7b33353f64e4cf6.tar.gz gsoc2013-evolution-2c9c9695d6fb330577da4bf1f7b33353f64e4cf6.tar.bz2 gsoc2013-evolution-2c9c9695d6fb330577da4bf1f7b33353f64e4cf6.tar.lz gsoc2013-evolution-2c9c9695d6fb330577da4bf1f7b33353f64e4cf6.tar.xz gsoc2013-evolution-2c9c9695d6fb330577da4bf1f7b33353f64e4cf6.tar.zst gsoc2013-evolution-2c9c9695d6fb330577da4bf1f7b33353f64e4cf6.zip |
Turned on tooltips and alternating colors.
2001-04-16 Christopher James Lahey <clahey@ximian.com>
* e-table-item.c: Turned on tooltips and alternating colors.
svn path=/trunk/; revision=9393
Diffstat (limited to 'widgets/table')
-rw-r--r-- | widgets/table/e-table-item.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c index 438c1050a4..637eaab67b 100644 --- a/widgets/table/e-table-item.c +++ b/widgets/table/e-table-item.c @@ -32,8 +32,8 @@ #define FOCUSED_BORDER 2 -/* #define DO_TOOLTIPS 1 */ -/* #define ALTERNATE_COLORS 1 */ +#define DO_TOOLTIPS 1 +#define ALTERNATE_COLORS 1 #define d(x) |