diff options
Diffstat (limited to 'addressbook/gui/component/addressbook-factory.c')
-rw-r--r-- | addressbook/gui/component/addressbook-factory.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index cf59177f84..83257b1189 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -12,7 +12,7 @@ #include <gnome.h> #include <libgnorba/gnorba.h> #include <bonobo.h> - +#include <glade/glade.h> #include "addressbook.h" CORBA_Environment ev; @@ -30,6 +30,8 @@ init_bonobo (int argc, char **argv) if (bonobo_init (orb, NULL, NULL) == FALSE) g_error (_("Could not initialize Bonobo")); + + glade_gnome_init (); } int |