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 73734c346d..ff227dbb23 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1921,7 +1921,7 @@ e_shell_go_offline (EShell *shell, g_assert (priv->offline_handler == NULL); - priv->offline_handler = e_shell_offline_handler_new (priv->component_registry); + priv->offline_handler = e_shell_offline_handler_new (shell); gtk_signal_connect (GTK_OBJECT (priv->offline_handler), "offline_procedure_started", GTK_SIGNAL_FUNC (offline_procedure_started_cb), shell); |