Skip to content

Fix search entries coloring

Gaël Bonithon requested to merge Tamaranch/mousepad:entry-error into master

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