From 79aa45cfed7e87150de85869795ef0dd3be06db0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 13 Oct 2008 17:57:46 +0000 Subject: Progress update: - Calendar is kind of a mess at the moment. Doesn't compile. - Roughed in the Mail module, including all the actions. That _does_ compile. Runs, even. svn path=/branches/kill-bonobo/; revision=36611 --- shell/test/e-test-shell-module.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shell/test') diff --git a/shell/test/e-test-shell-module.c b/shell/test/e-test-shell-module.c index 19b5d3bd96..2668396a12 100644 --- a/shell/test/e-test-shell-module.c +++ b/shell/test/e-test-shell-module.c @@ -161,8 +161,9 @@ e_shell_module_init (GTypeModule *type_module) shell_module = E_SHELL_MODULE (type_module); shell = e_shell_module_get_shell (shell_module); - e_test_shell_view_get_type (type_module); - e_shell_module_set_info (shell_module, &module_info); + e_shell_module_set_info ( + shell_module, &module_info, + e_test_shell_view_get_type (type_module)); g_signal_connect_swapped ( shell, "handle-uri", -- cgit v1.2.3