summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentchooserdialog.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-11-19 21:18:20 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-11-19 21:23:17 -0500
commitb404ecf294e84a2079a5277d6c8f5f0c65eb10f3 (patch)
tree6de4220210aed5289850874fbec8c5a517169bd5 /gtk/gtkrecentchooserdialog.c
parentb0303c539c9e076f6d5ee6ab89699806d4585581 (diff)
downloadgtk+-b404ecf294e84a2079a5277d6c8f5f0c65eb10f3.tar.gz
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.
Diffstat (limited to 'gtk/gtkrecentchooserdialog.c')
-rw-r--r--gtk/gtkrecentchooserdialog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkrecentchooserdialog.c b/gtk/gtkrecentchooserdialog.c
index 9e067f9deb..63c33511e2 100644
--- a/gtk/gtkrecentchooserdialog.c
+++ b/gtk/gtkrecentchooserdialog.c
@@ -155,9 +155,7 @@ gtk_recent_chooser_item_activated_cb (GtkRecentChooser *chooser,
if (gtk_window_activate_default (GTK_WINDOW (dialog)))
return;
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
action_area = gtk_dialog_get_action_area (rc_dialog);
-G_GNUC_END_IGNORE_DEPRECATIONS
children = gtk_container_get_children (GTK_CONTAINER (action_area));
for (l = children; l; l = l->next)