From 42b257dc310636aae29a2c32a2745d91e0f3ea0c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 25 Apr 2001 21:17:01 +0000 Subject: Remove call to unicode_init. * gui/component/addressbook-factory.c (main): Remove call to unicode_init. svn path=/trunk/; revision=9566 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/addressbook-factory.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 9b6ae63628..04f3ac9421 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-04-25 Dan Winship + + * gui/component/addressbook-factory.c (main): Remove call to + unicode_init. + 2001-04-23 Jon Trowbridge * gui/component/e-address-popup.c: Lots of code has been diff --git a/addressbook/gui/component/addressbook-factory.c b/addressbook/gui/component/addressbook-factory.c index 89514d6527..986e19f66d 100644 --- a/addressbook/gui/component/addressbook-factory.c +++ b/addressbook/gui/component/addressbook-factory.c @@ -17,7 +17,6 @@ #include #include #include -#include #include "addressbook.h" #include "addressbook-component.h" @@ -73,8 +72,6 @@ main (int argc, char **argv) e_cursors_init(); - unicode_init(); - #if 0 g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING); #endif -- cgit v1.2.3