aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-module.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-08-08 23:15:17 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-08 23:15:17 +0800
commit7903e73970cbf89f4a49c5f7083b205b8670d0be (patch)
tree9aed345b4779b50668bee6a1f50fdb1fc0f59487 /shell/e-shell-module.c
parentcea054cd54d84479352a43bbabc19c9ce9af5efb (diff)
downloadgsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar
gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.gz
gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.bz2
gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.lz
gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.xz
gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.tar.zst
gsoc2013-evolution-7903e73970cbf89f4a49c5f7083b205b8670d0be.zip
Fix some compilation errors.
svn path=/branches/kill-bonobo/; revision=35938
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;
}