diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-14 06:22:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-14 06:22:49 +0800 |
commit | 4fe52955d1583e6895bf85cf62b08102d0923962 (patch) | |
tree | f9cc67795e7fadc3b4ec31e90e3800fb1ad077bd /shell/main.c | |
parent | 08bd7765721e5d866c4d7a546b94f691cf62d972 (diff) | |
download | gsoc2013-evolution-4fe52955d1583e6895bf85cf62b08102d0923962.tar.gz 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/main.c')
-rw-r--r-- | shell/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/main.c b/shell/main.c index 533c678236..ab15fdc3db 100644 --- a/shell/main.c +++ b/shell/main.c @@ -35,6 +35,7 @@ #include <e-util/e-icon-factory.h> #include "e-shell-constants.h" +#include "e-shell-registry.h" #include "e-util/e-profile-event.h" #include "e-util/e-util.h" @@ -661,7 +662,8 @@ main (int argc, char **argv) glade_init (); e_cursors_init (); e_icon_factory_init (); - e_passwords_init(); + e_passwords_init (); + e_shell_registry_init (); gtk_window_set_default_icon_name ("evolution"); |