diff options
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook-factory.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index e83933debf..7b939318fb 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -16,6 +16,7 @@ #include "addressbook.h" #include "addressbook-component.h" +#include "addressbook/gui/minicard/e-minicard-control.h" #include "select-names/e-select-names-factory.h" #ifdef USING_OAF @@ -76,6 +77,8 @@ main (int argc, char **argv) addressbook_component_factory_init (); e_select_names_factory_init (); + + e_minicard_control_factory_init (); e_cursors_init(); |