Fix search entries coloring
Search entries coloring is broken, maybe for a while.
I suspect this is due to the deprecation of gtk_widget_modify_*()
, because this fix simply replaces them by newer versions.
They are also deprecated since gtk-3.16, but this fix works with only minimal changes, so maybe it's sufficient for the time being.
Merge request reports
Activity
Seems ok. Should probably depend on #49 (closed).
Isn't this a duplicate of #36 (closed)?
Closing in favour of #36 (closed), which removes the existing hardcoded colours.
Please register or sign in to reply