aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/addressbook-factory.c3
2 files changed, 8 insertions, 0 deletions
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 <danw@helixcode.com>
+
+ * gui/component/addressbook-factory.c (main): Call unicode_init
+ for e-font stuff.
+
2000-09-14 Christopher James Lahey <clahey@helixcode.com>
* 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 <liboaf/liboaf.h>
#include <glade/glade.h>
#include <e-util/e-cursors.h>
+#include <unicode.h>
#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;