Skip to content

connectionDetails: Fix ::destroy handler

Florian Müllner requested to merge wip/fmuellner/fix-destroy into master

Commit 86c9f52a added a handler to disconnect signals on destroy, but the connect() method is inherited from the GObject class, and therefore not available before we chained up, oops.

Merge request reports