aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-item.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-26 03:27:46 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-26 03:27:46 +0800
commit60f52f5eaedd302180188c671ab9298b23119930 (patch)
treec1982dcc66640dfecf8b90e71315a41db1042521 /widgets/table/e-table-item.c
parentd306c2932807d068f453196abd3ca39580c4039a (diff)
downloadgsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.tar
gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.tar.gz
gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.tar.bz2
gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.tar.lz
gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.tar.xz
gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.tar.zst
gsoc2013-evolution-60f52f5eaedd302180188c671ab9298b23119930.zip
Account for extra pixel at right end of ETable.
2000-05-25 Christopher James Lahey <clahey@helixcode.com> * e-table-header.c: Account for extra pixel at right end of ETable. * e-table-item.c: Make grid less intrusive. * e-table.c: Make scrollbars disappear when appropriate. svn path=/trunk/; revision=3206
Diffstat (limited to 'widgets/table/e-table-item.c')
-rw-r--r--widgets/table/e-table-item.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c
index 39af0e5193..05b722f27c 100644
--- a/widgets/table/e-table-item.c
+++ b/widgets/table/e-table-item.c
@@ -822,7 +822,7 @@ eti_realize (GnomeCanvasItem *item)
/* This sets it to gray */
/* gdk_gc_set_foreground (eti->grid_gc, &canvas_widget->style->bg [GTK_STATE_NORMAL]); */
#else
- gdk_gc_set_foreground (eti->grid_gc, &canvas_widget->style->black);
+ gdk_gc_set_foreground (eti->grid_gc, &canvas_widget->style->dark [GTK_STATE_NORMAL]);
#endif
eti->focus_gc = gdk_gc_new (window);
gdk_gc_set_foreground (eti->focus_gc, &canvas_widget->style->bg [GTK_STATE_NORMAL]);