diff options
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r-- | shell/e-shell-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c index 0bef6caaee..81de5627ce 100644 --- a/shell/e-shell-window.c +++ b/shell/e-shell-window.c @@ -54,10 +54,10 @@ #include <string.h> #ifdef NM_SUPPORT_GLIB -void e_shell_nm_glib_initialise (EShellWindow *window); +gboolean e_shell_nm_glib_initialise (EShellWindow *window); void e_shell_nm_glib_dispose (EShellWindow *window); #elif NM_SUPPORT -void e_shell_dbus_initialise (EShellWindow *window); +gboolean e_shell_dbus_initialise (EShellWindow *window); void e_shell_dbus_dispose (EShellWindow *window); #endif |