diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 71405b89ed..1875ba3a44 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -48,6 +48,8 @@ #include "e-shell.h" +static gboolean save_settings_for_views (EShell *shell); + #define PARENT_TYPE BONOBO_OBJECT_TYPE static BonoboObjectClass *parent_class = NULL; |