diff options
| author | monsta <[email protected]> | 2017-02-28 17:59:40 +0300 |
|---|---|---|
| committer | monsta <[email protected]> | 2017-02-28 17:59:40 +0300 |
| commit | 1ea32eb2bcdd70274ebaa93ef0ca569caca8d8ee (patch) | |
| tree | 22f66572d931e1f6627a14e6c9a3fe1fee2ae591 /plugins | |
| parent | 1085af4af1dad7c22ed6330da19637e3ebf18a03 (diff) | |
| download | pluma-1ea32eb2bcdd70274ebaa93ef0ca569caca8d8ee.tar.bz2 pluma-1ea32eb2bcdd70274ebaa93ef0ca569caca8d8ee.tar.xz | |
spell plugin: remove incorrect code from configure dialog
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/spell/pluma-spell-plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/spell/pluma-spell-plugin.c b/plugins/spell/pluma-spell-plugin.c index d856dd7b..8f93dacd 100644 --- a/plugins/spell/pluma-spell-plugin.c +++ b/plugins/spell/pluma-spell-plugin.c @@ -818,8 +818,6 @@ get_configure_dialog (PlumaSpellPlugin *plugin) gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dialog->never), TRUE); } - gtk_window_set_default_size (GTK_WIDGET (content), 15, 120); - gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog->dialog))), content, FALSE, FALSE, 0); g_object_unref (content); |
