From 4c752d3afc33b76399092a1291bfe4d62d5c41ff Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 14 Sep 2000 19:10:43 +0000 Subject: Call unicode_init for e-font stuff. * gui/component/addressbook-factory.c (main): Call unicode_init for e-font stuff. svn path=/trunk/; revision=5435 --- addressbook/gui/component/addressbook-factory.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'addressbook/gui/component/addressbook-factory.c') diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index 78d9a66d1d..4a072d09cd 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -14,6 +14,7 @@ #include #include #include +#include #include "addressbook.h" #include "addressbook-component.h" @@ -60,6 +61,8 @@ main (int argc, char **argv) e_cursors_init(); + unicode_init(); + bonobo_main (); return 0; -- cgit v1.2.3