aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-module.h
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.h
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.h')
-rw-r--r--shell/e-shell-module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-module.h b/shell/e-shell-module.h
index 90e4be977d..b93a77a89d 100644
--- a/shell/e-shell-module.h
+++ b/shell/e-shell-module.h
@@ -79,7 +79,7 @@ const gchar * e_shell_module_get_filename (EShellModule *shell_module);
GType e_shell_module_get_view_type (EShellModule *shell_module);
gboolean e_shell_module_is_busy (EShellModule *shell_module);
gboolean e_shell_module_shutdown (EShellModule *shell_module);
-void e_shell_module_send_and_receive (EShellModlue *shell_module);
+void e_shell_module_send_and_receive (EShellModule *shell_module);
void e_shell_module_window_created (EShellModule *shell_module,
EShellWindow *shell_window);
void e_shell_module_set_info (EShellModule *shell_module,