Use GtkDialog instead of HdyDialog

HdyDialog has been dropped in libhandy 1.
This commit is contained in:
Adrien Plazas 2020-07-03 09:41:19 +02:00
parent 726684e9e0
commit 9e2a2836d9
14 changed files with 21 additions and 33 deletions

View file

@ -49,7 +49,7 @@ static void update_sound_switch (CcAppNotificationsDialog *dialog);
static void update_notification_switch (CcAppNotificationsDialog *dialog);
struct _CcAppNotificationsDialog {
HdyDialog parent;
GtkDialog parent;
GSettings *settings;
GSettings *master_settings;
@ -65,7 +65,7 @@ struct _CcAppNotificationsDialog {
GtkWidget *lock_screen_content_switch;
};
G_DEFINE_TYPE (CcAppNotificationsDialog, cc_app_notifications_dialog, HDY_TYPE_DIALOG)
G_DEFINE_TYPE (CcAppNotificationsDialog, cc_app_notifications_dialog, GTK_TYPE_DIALOG)
static void
on_perm_store_set_done (GObject *source_object,