From b404ecf294e84a2079a5277d6c8f5f0c65eb10f3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 19 Nov 2016 21:18:20 -0500 Subject: Drop deprecated gtk_dialog_get_action_area Add an internal version for the few places where we still need it, and drop it from everywhere else. --- gtk/gtkmountoperation.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk/gtkmountoperation.c') diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index db8a602181..d4f55d9478 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -51,6 +51,7 @@ #include "gtkmain.h" #include "gtksettings.h" #include "gtkstylecontextprivate.h" +#include "gtkdialogprivate.h" #include @@ -527,9 +528,7 @@ gtk_mount_operation_ask_password_do_gtk (GtkMountOperation *operation, priv->dialog = dialog; content_area = gtk_dialog_get_content_area (dialog); -G_GNUC_BEGIN_IGNORE_DEPRECATIONS action_area = gtk_dialog_get_action_area (dialog); -G_GNUC_END_IGNORE_DEPRECATIONS /* Set the dialog up with HIG properties */ gtk_box_set_spacing (GTK_BOX (content_area), 2); /* 2 * 5 + 2 = 12 */ -- cgit v1.2.1