aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-21 18:52:22 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-21 18:52:22 +0800
commit68f8a40e35a5b9b433b2ffdda2dd93609aec6884 (patch)
treeae61347989a23ab7d628588446d950ac82fdb302 /widgets
parente80e78db7377502d64c42214c850cd77b55050d6 (diff)
downloadgsoc2013-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
Diffstat (limited to 'widgets')
-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 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