diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-21 18:52:22 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-21 18:52:22 +0800 |
commit | 68f8a40e35a5b9b433b2ffdda2dd93609aec6884 (patch) | |
tree | ae61347989a23ab7d628588446d950ac82fdb302 | |
parent | e80e78db7377502d64c42214c850cd77b55050d6 (diff) | |
download | gsoc2013-evolution-68f8a40e35a5b9b433b2ffdda2dd93609aec6884.tar gsoc2013-evolution-68f8a40e35a5b9b433b2ffdda2dd93609aec6884.tar.gz gsoc2013-evolution-68f8a40e35a5b9b433b2ffdda2dd93609aec6884.tar.bz2 gsoc2013-evolution-68f8a40e35a5b9b433b2ffdda2dd93609aec6884.tar.lz gsoc2013-evolution-68f8a40e35a5b9b433b2ffdda2dd93609aec6884.tar.xz gsoc2013-evolution-68f8a40e35a5b9b433b2ffdda2dd93609aec6884.tar.zst gsoc2013-evolution-68f8a40e35a5b9b433b2ffdda2dd93609aec6884.zip |
Typo caused readability problems with ETable.
2000-09-21 Christopher James Lahey <clahey@helixcode.com>
* e-table-item.c: Typo caused readability problems with ETable.
svn path=/trunk/; revision=5536
-rw-r--r-- | widgets/table/e-table-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c index e33c8b4b9c..484b263aa1 100644 --- a/widgets/table/e-table-item.c +++ b/widgets/table/e-table-item.c @@ -1226,7 +1226,7 @@ eti_draw (GnomeCanvasItem *item, GdkDrawable *drawable, int x, int y, int width, break; } - if (selected){ + if (col_selected){ background = &canvas->style->bg [GTK_STATE_SELECTED]; } else { #if 0 |