aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-registry.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-08-14 06:22:49 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-14 06:22:49 +0800
commit4fe52955d1583e6895bf85cf62b08102d0923962 (patch)
treef9cc67795e7fadc3b4ec31e90e3800fb1ad077bd /shell/e-shell-registry.c
parent08bd7765721e5d866c4d7a546b94f691cf62d972 (diff)
downloadgsoc2013-evolution-4fe52955d1583e6895bf85cf62b08102d0923962.tar
gsoc2013-evolution-4fe52955d1583e6895bf85cf62b08102d0923962.tar.gz
gsoc2013-evolution-4fe52955d1583e6895bf85cf62b08102d0923962.tar.bz2
gsoc2013-evolution-4fe52955d1583e6895bf85cf62b08102d0923962.tar.lz
gsoc2013-evolution-4fe52955d1583e6895bf85cf62b08102d0923962.tar.xz
gsoc2013-evolution-4fe52955d1583e6895bf85cf62b08102d0923962.tar.zst
gsoc2013-evolution-4fe52955d1583e6895bf85cf62b08102d0923962.zip
Demonstrate loading the test module.
svn path=/branches/kill-bonobo/; revision=35983
Diffstat (limited to 'shell/e-shell-registry.c')
-rw-r--r--shell/e-shell-registry.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell/e-shell-registry.c b/shell/e-shell-registry.c
index 5c841398c3..91f489111a 100644
--- a/shell/e-shell-registry.c
+++ b/shell/e-shell-registry.c
@@ -58,8 +58,6 @@ shell_registry_query_module (const gchar *filename)
return;
}
- g_type_module_unuse (G_TYPE_MODULE (shell_module));
-
loaded_modules = g_list_insert_sorted (
loaded_modules, shell_module,
(GCompareFunc) e_shell_module_compare);
@@ -121,7 +119,7 @@ e_shell_registry_init (void)
GList *
e_shell_registry_list_modules (void)
{
- return g_list_copy (loaded_modules);
+ return loaded_modules;
}
GType *