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
This commit is contained in:
Christopher James Lahey
2000-09-21 10:52:22 +00:00
committed by Chris Lahey
parent e80e78db73
commit 68f8a40e35

View File

@ -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