diff options
Diffstat (limited to 'shell/e-shell-settings-dialog.c')
-rw-r--r-- | shell/e-shell-settings-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c index 0fda959b97..c96049e10d 100644 --- a/shell/e-shell-settings-dialog.c +++ b/shell/e-shell-settings-dialog.c @@ -325,6 +325,7 @@ init (EShellSettingsDialog *dialog) set_dialog_size (dialog); gtk_window_set_title (GTK_WINDOW (dialog), _("Evolution Settings")); + gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); } |