aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-text.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-06-04 13:36:58 +0800
committerChris Lahey <clahey@src.gnome.org>2002-06-04 13:36:58 +0800
commit4f5d8637a1c46950f36f61005efdd9b81fbebfea (patch)
tree66c20863c8c8b79c332612972aac86690dd3bb9f /widgets/table/e-cell-text.c
parent71bc52621fb9d845388ec47c98f26a6997e92c80 (diff)
downloadgsoc2013-evolution-4f5d8637a1c46950f36f61005efdd9b81fbebfea.tar
gsoc2013-evolution-4f5d8637a1c46950f36f61005efdd9b81fbebfea.tar.gz
gsoc2013-evolution-4f5d8637a1c46950f36f61005efdd9b81fbebfea.tar.bz2
gsoc2013-evolution-4f5d8637a1c46950f36f61005efdd9b81fbebfea.tar.lz
gsoc2013-evolution-4f5d8637a1c46950f36f61005efdd9b81fbebfea.tar.xz
gsoc2013-evolution-4f5d8637a1c46950f36f61005efdd9b81fbebfea.tar.zst
gsoc2013-evolution-4f5d8637a1c46950f36f61005efdd9b81fbebfea.zip
Reenable tooltips if the GAL_DO_TOOLTIPS environment variable is set.
2002-06-04 Christopher James Lahey <clahey@ximian.com> * e-table-item.c (eti_event): Reenable tooltips if the GAL_DO_TOOLTIPS environment variable is set. svn path=/trunk/; revision=17097
Diffstat (limited to 'widgets/table/e-cell-text.c')
-rw-r--r--widgets/table/e-cell-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c
index ee1b333244..edbea905e7 100644
--- a/widgets/table/e-cell-text.c
+++ b/widgets/table/e-cell-text.c
@@ -1577,7 +1577,7 @@ e_cell_text_class_init (GtkObjectClass *object_class)
if (!clipboard_atom)
clipboard_atom = gdk_atom_intern ("CLIPBOARD", FALSE);
- ellipsis_env = getenv ("GAL_ELLIPSIS");
+ ellipsis_env = g_getenv ("GAL_ELLIPSIS");
if (ellipsis_env) {
if (*ellipsis_env) {
ellipsis_default = g_strdup (ellipsis_env);