diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-25 13:55:59 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-25 13:55:59 +0800 |
commit | bb241192eb773d7f0d178306dd55f9ca8e31c1f0 (patch) | |
tree | 4201777027364eeea243b2f625bb373bca30ef6d /addressbook/gui/component/addressbook-factory.c | |
parent | e90eea58a2109961faa8632ac5e5783d9970366b (diff) | |
download | gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.tar.gz gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.tar.zst gsoc2013-evolution-bb241192eb773d7f0d178306dd55f9ca8e31c1f0.zip |
Reorganized the shell to allow dynamic registration of storages and
folder types, and changed all the components to work with the new
setup.
svn path=/trunk/; revision=3199
Diffstat (limited to 'addressbook/gui/component/addressbook-factory.c')
-rw-r--r-- | addressbook/gui/component/addressbook-factory.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index 4761f9aa7a..f16c321b68 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -15,6 +15,7 @@ #include <e-util/e-cursors.h> #include "addressbook.h" +#include "addressbook-component.h" #ifdef USING_OAF @@ -65,7 +66,13 @@ main (int argc, char **argv) init_bonobo (argc, argv); + /* FIXME: Messy names here. This file should be `main.c'. `addressbook.c' should + be `addressbook-control-factory.c' and the functions should be called + `addressbook_control_factory_something()'. And `addressbook-component.c' + should be `addressbook-component-factory.c'. */ + addressbook_factory_init (); + addressbook_component_factory_init (); e_cursors_init(); |