summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJonas Dreßler <verdre@v0yd.nl>2022-02-18 11:17:06 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-21 10:57:11 +0100
commitd392a20dc5717d51eb6bfa223bcffa7d464d0e46 (patch)
treeae3213cb04ff91ada5e679bfb8c8ef56bad46dae /lib
parent92a0595ee9792dc80d05b4cabfee4f4821c22fc4 (diff)
downloadgnome-bluetooth-d392a20dc5717d51eb6bfa223bcffa7d464d0e46.tar.gz
pairing-dialog: Fix GtkDialog subclassing
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/bluetooth-pairing-dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bluetooth-pairing-dialog.h b/lib/bluetooth-pairing-dialog.h
index b732794a..8b0a4955 100644
--- a/lib/bluetooth-pairing-dialog.h
+++ b/lib/bluetooth-pairing-dialog.h
@@ -28,7 +28,7 @@ G_DECLARE_DERIVABLE_TYPE (BluetoothPairingDialog, bluetooth_pairing_dialog, BLUE
struct _BluetoothPairingDialogClass
{
- GObjectClass parent_class;
+ GtkDialogClass parent_class;
};
typedef enum {