Skip to content

Cleanup theming and overriding background color

Gabor Karsay requested to merge gkarsay/totem:cleanup-override-background into master

The first 2 commits are explained in their commit messages, as for the last one: It was setting the background color of a GtkBin to transparent. There is no visible difference without this line. I don't know if the background of a GtkBin can be set at all and I guess it's transparent anyway.

This removes 2 deprecated gtk_widget_override_background_color.

Merge request reports