diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-09 07:12:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-09 07:12:59 +0800 |
commit | 278c1fa77ba74f70a8d55e6d679f73372034fb14 (patch) | |
tree | baff39d35a883b802328488a8ab037ff2585e2db /shell/e-shell-registry.h | |
parent | 7903e73970cbf89f4a49c5f7083b205b8670d0be (diff) | |
download | gsoc2013-evolution-278c1fa77ba74f70a8d55e6d679f73372034fb14.tar gsoc2013-evolution-278c1fa77ba74f70a8d55e6d679f73372034fb14.tar.gz gsoc2013-evolution-278c1fa77ba74f70a8d55e6d679f73372034fb14.tar.bz2 gsoc2013-evolution-278c1fa77ba74f70a8d55e6d679f73372034fb14.tar.lz gsoc2013-evolution-278c1fa77ba74f70a8d55e6d679f73372034fb14.tar.xz gsoc2013-evolution-278c1fa77ba74f70a8d55e6d679f73372034fb14.tar.zst gsoc2013-evolution-278c1fa77ba74f70a8d55e6d679f73372034fb14.zip |
Work through more compilation errors.
Rewrite EMultiConfigDialog to not use ETable.
svn path=/branches/kill-bonobo/; revision=35942
Diffstat (limited to 'shell/e-shell-registry.h')
-rw-r--r-- | shell/e-shell-registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-registry.h b/shell/e-shell-registry.h index 07e1acaf4b..ad86a94797 100644 --- a/shell/e-shell-registry.h +++ b/shell/e-shell-registry.h @@ -30,7 +30,7 @@ void e_shell_registry_init (void); GList * e_shell_registry_list_modules (void); GType * e_shell_registry_get_view_types (guint *n_types); EShellModule * e_shell_registry_get_module_by_name (const gchar *name); -EShellModule * e_shell_registry_get_module_by_schema (const gchar *schema); +EShellModule * e_shell_registry_get_module_by_scheme (const gchar *scheme); G_END_DECLS |