I can't compile battery-plugin against gtk 3.14 (which is in Debian stable where I need to backport this to) because of an undeclared symbol battery.c:619:43: error: 'widget' undeclared (first use in this function) gtk_widget_override_background_color (widget, GTK_STATE_FLAG_NORMAL, color); ^ is the intention to use GTK_WIDGET (battmon->battstatus) instead of widget?
Myeah, probably a mistake on my side. will try to look into that, but i dont have a box with 3.14 anymore.
Landry, most likely my fault in b2985f36. I guess Timo's suggestion does the trick, I'll try it in a VM running GTK 3.14 as soon as possible, but don't hold your breath, feel free to push a commit if you will.
Fixed in 2c31c34