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:
committed by
Chris Lahey
parent
e80e78db73
commit
68f8a40e35
@ -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
|
||||
|
||||
Reference in New Issue
Block a user