aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2002-03-06 05:13:00 +0800
committerDan Winship <danw@src.gnome.org>2002-03-06 05:13:00 +0800
commitf6f3d8d543e149f1e6db5994d8ca5288909d07a3 (patch)
treeb4b463ea0b6282425c313c516fc9384de7abbbc2
parent41c0e5bb186d461a9da7763518b6bcd277391f09 (diff)
downloadgsoc2013-evolution-f6f3d8d543e149f1e6db5994d8ca5288909d07a3.tar
gsoc2013-evolution-f6f3d8d543e149f1e6db5994d8ca5288909d07a3.tar.gz
gsoc2013-evolution-f6f3d8d543e149f1e6db5994d8ca5288909d07a3.tar.bz2
gsoc2013-evolution-f6f3d8d543e149f1e6db5994d8ca5288909d07a3.tar.lz
gsoc2013-evolution-f6f3d8d543e149f1e6db5994d8ca5288909d07a3.tar.xz
gsoc2013-evolution-f6f3d8d543e149f1e6db5994d8ca5288909d07a3.tar.zst
gsoc2013-evolution-f6f3d8d543e149f1e6db5994d8ca5288909d07a3.zip
Re-disable tooltips since they're (still) fantastically obnoxious with
* e-table-item.c: Re-disable tooltips since they're (still) fantastically obnoxious with focus-follows-mouse. (OKed by Ettore). svn path=/trunk/; revision=15927
-rw-r--r--widgets/table/e-table-item.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c
index ae249f639b..3ecc547a04 100644
--- a/widgets/table/e-table-item.c
+++ b/widgets/table/e-table-item.c
@@ -47,8 +47,6 @@
#define FOCUSED_BORDER 2
-#define DO_TOOLTIPS 1
-
#define d(x)
#if d(!)0