Skip to content

renderer: Disconnect theme change signal handler

The renderer does not stick around so we need to disconnect the signal handler on "dispose". Since the renderer is not a GObject track the signal id manually instead of using g_signal_connect_object ().

Fixes 1995285b ("eek-renderer: Honor theme changes")

Uses a lower log level for the theme changes too and fixes another double init of a variable.

Merge request reports