diff options
Diffstat (limited to 'addressbook/gui/component/addressbook-factory.c')
-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 aa6214786c..4761f9aa7a 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -12,6 +12,7 @@ #include <gnome.h> #include <bonobo.h> #include <glade/glade.h> +#include <e-util/e-cursors.h> #include "addressbook.h" @@ -66,6 +67,8 @@ main (int argc, char **argv) addressbook_factory_init (); + e_cursors_init(); + bonobo_main (); return 0; |