diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-18 19:43:16 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-18 19:43:16 +0800 |
commit | 4dca16c6e9c3ec967cdf5b2804575adb92e15bde (patch) | |
tree | ca5394764e1c16dfdda7c0a7c47b46da36d47c61 /widgets/table | |
parent | 7794a1eb62ac24165bfa0268b49967bc7b76cca7 (diff) | |
download | gsoc2013-evolution-4dca16c6e9c3ec967cdf5b2804575adb92e15bde.tar gsoc2013-evolution-4dca16c6e9c3ec967cdf5b2804575adb92e15bde.tar.gz gsoc2013-evolution-4dca16c6e9c3ec967cdf5b2804575adb92e15bde.tar.bz2 gsoc2013-evolution-4dca16c6e9c3ec967cdf5b2804575adb92e15bde.tar.lz gsoc2013-evolution-4dca16c6e9c3ec967cdf5b2804575adb92e15bde.tar.xz gsoc2013-evolution-4dca16c6e9c3ec967cdf5b2804575adb92e15bde.tar.zst gsoc2013-evolution-4dca16c6e9c3ec967cdf5b2804575adb92e15bde.zip |
Make background color of ETable match the background color of item rows.
2000-10-18 Christopher James Lahey <clahey@helixcode.com>
* e-table.c: Make background color of ETable match the background
color of item rows.
svn path=/trunk/; revision=5989
Diffstat (limited to 'widgets/table')
-rw-r--r-- | widgets/table/e-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table.c b/widgets/table/e-table.c index 0a02f86930..cf9ccef7c7 100644 --- a/widgets/table/e-table.c +++ b/widgets/table/e-table.c @@ -547,7 +547,7 @@ e_table_setup_table (ETable *e_table, ETableHeader *full_header, ETableHeader *h "y1", (double) 0, "x2", (double) 100, "y2", (double) 100, - "fill_color", "white", + "fill_color_gdk", >K_WIDGET(e_table->table_canvas)->style->base[GTK_STATE_NORMAL], NULL); e_table->canvas_vbox = gnome_canvas_item_new(gnome_canvas_root(e_table->table_canvas), e_canvas_vbox_get_type(), |