Comment 11 for bug 62749

Revision history for this message
In , Ginn-chen (ginn-chen) wrote :

Comment on attachment 150188
Patch v2.0

oops, I forgot following in this patch.
     case eColor_highlighttext:
  // text of selected item
- aColor = GDK_COLOR_TO_NS_RGB(mStyle->fg[GTK_STATE_SELECTED]);
+ aColor = GDK_COLOR_TO_NS_RGB(mStyle->text[GTK_STATE_SELECTED]);
  break;

it's in first patch, unobsolete it.