Skip to content

pairing-dialog: Fix GtkDialog subclassing

Jonas Dreßler requested to merge verdre/gnome-bluetooth:fix-pairing into master

Right now the pairing dialog doesn't open because we're not specifying the correct parent class when creating the GtkDialog subclass, so fix that.

Merge request reports