aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-09-15 03:10:43 +0800
committerDan Winship <danw@src.gnome.org>2000-09-15 03:10:43 +0800
commit4c752d3afc33b76399092a1291bfe4d62d5c41ff (patch)
tree47a72a61252600aec319cd4a01f5d3b99dfe8b9c
parent53ef1ede5337c7a37abe97ed78b3bcc147ea9cf2 (diff)
downloadgsoc2013-evolution-4c752d3afc33b76399092a1291bfe4d62d5c41ff.tar
gsoc2013-evolution-4c752d3afc33b76399092a1291bfe4d62d5c41ff.tar.gz
gsoc2013-evolution-4c752d3afc33b76399092a1291bfe4d62d5c41ff.tar.bz2
gsoc2013-evolution-4c752d3afc33b76399092a1291bfe4d62d5c41ff.tar.lz
gsoc2013-evolution-4c752d3afc33b76399092a1291bfe4d62d5c41ff.tar.xz
gsoc2013-evolution-4c752d3afc33b76399092a1291bfe4d62d5c41ff.tar.zst
gsoc2013-evolution-4c752d3afc33b76399092a1291bfe4d62d5c41ff.zip
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
-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;