aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-04-17 06:40:52 +0800
committerChris Lahey <clahey@src.gnome.org>2001-04-17 06:40:52 +0800
commit2c9c9695d6fb330577da4bf1f7b33353f64e4cf6 (patch)
treedd13e90c79e4114cfea460c92cddc48b24785a65
parentc59caf515927cdb693f63621b65c92a44ea50d1b (diff)
downloadgsoc2013-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
-rw-r--r--widgets/table/e-table-item.c4
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)