From 0bc141e0eeec9a10d119bb504ffea339e82f2350 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 12 May 2018 00:31:06 +0200 Subject: avoid deprecated 'gtk_dialog_get_action_area' --- plugins/spell/pluma-spell-language-dialog.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins') diff --git a/plugins/spell/pluma-spell-language-dialog.c b/plugins/spell/pluma-spell-language-dialog.c index fda020bd..d5a70127 100644 --- a/plugins/spell/pluma-spell-language-dialog.c +++ b/plugins/spell/pluma-spell-language-dialog.c @@ -141,10 +141,6 @@ create_dialog (PlumaSpellLanguageDialog *dlg, gtk_container_set_border_width (GTK_CONTAINER (dlg), 5); gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dlg))), 2); /* 2 * 5 + 2 = 12 */ - gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_action_area (GTK_DIALOG (dlg))), - 5); - gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_action_area (GTK_DIALOG (dlg))), - 6); g_signal_connect (dlg, "response", -- cgit v1.2.1