diff options
Diffstat (limited to 'addressbook/gui/component/addressbook-factory.c')
-rw-r--r-- | addressbook/gui/component/addressbook-factory.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index f16c321b68..27f5adedaf 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -74,6 +74,8 @@ main (int argc, char **argv) addressbook_factory_init (); addressbook_component_factory_init (); + e_select_names_factory_init (); + e_cursors_init(); bonobo_main (); |