diff options
Diffstat (limited to 'shell/e-shell-settings-dialog.c')
-rw-r--r-- | shell/e-shell-settings-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c index e2c720355d..ec6495dde8 100644 --- a/shell/e-shell-settings-dialog.c +++ b/shell/e-shell-settings-dialog.c @@ -316,7 +316,7 @@ e_shell_settings_dialog_init (EShellSettingsDialog *dialog) GtkWidget * -e_shell_settings_dialog_new () +e_shell_settings_dialog_new (void) { EShellSettingsDialog *new; |