diff options
author | Pablo Barciela <[email protected]> | 2018-05-12 00:31:06 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2018-05-12 00:31:06 +0200 |
commit | 0bc141e0eeec9a10d119bb504ffea339e82f2350 (patch) | |
tree | b67ad126031b2dc7ba67b8f6ee2ff57dc4636257 /plugins/spell | |
parent | 310bfc249aac3dd80511d3dade14aa06f3d9769a (diff) | |
download | pluma-0bc141e0eeec9a10d119bb504ffea339e82f2350.tar.bz2 pluma-0bc141e0eeec9a10d119bb504ffea339e82f2350.tar.xz |
avoid deprecated 'gtk_dialog_get_action_area'
Diffstat (limited to 'plugins/spell')
-rw-r--r-- | plugins/spell/pluma-spell-language-dialog.c | 4 |
1 files changed, 0 insertions, 4 deletions
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", |