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/ChangeLog | 5 +++++ addressbook/gui/component/addressbook-factory.c | 3 +++ 2 files changed, 8 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index be03a0e633..c2c3e98801 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2000-09-14 Dan Winship + + * gui/component/addressbook-factory.c (main): Call unicode_init + for e-font stuff. + 2000-09-14 Christopher James Lahey * contact-editor/Makefile.am, gui/widgets/Makefile.am: Added 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