Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove signal handlers when finalising Bluetooth
The Bluetooth widget seems to spam the log with PangoLayout errors. This happens when a widget tries to write to a text layout that has been finalised. The traceback shows that the call was from a signal handler so we should disconnect these handlers when the widget is finalised.
- Loading branch information