diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 948f7c41e3..f48978dfd5 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1220,7 +1220,7 @@ e_shell_go_online (EShell *shell, gboolean e_shell_get_crash_recovery (EShell *shell) { - g_return_val_if_fail (E_IS_SHELL (shell), NULL); + g_return_val_if_fail (E_IS_SHELL (shell), FALSE); return shell->priv->crash_recovery; } |