aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-module.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-module.c')
-rw-r--r--shell/e-shell-module.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/e-shell-module.c b/shell/e-shell-module.c
index 39ad1ce847..7a006fe9d4 100644
--- a/shell/e-shell-module.c
+++ b/shell/e-shell-module.c
@@ -299,6 +299,8 @@ e_shell_module_set_info (EShellModule *shell_module,
shell_module->priv->info.schemas = g_intern_string (info->schemas);
shell_module->priv->info.shell_view_type = info->shell_view_type;
- shell_module->priv->info.request_quit = info->request_quit;
+ shell_module->priv->info.is_busy = info->is_busy;
+ shell_module->priv->info.shutdown = info->shutdown;
+ shell_module->priv->info.send_and_receive = info->send_and_receive;
shell_module->priv->info.window_created = info->window_created;
}