diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-26 05:17:01 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-26 05:17:01 +0800 |
commit | 42b257dc310636aae29a2c32a2745d91e0f3ea0c (patch) | |
tree | bcf4e4a391028c3620db24ac1f3b6545f229bc2d | |
parent | bdae39504b87a44226c661d619f0330c27648564 (diff) | |
download | gsoc2013-evolution-42b257dc310636aae29a2c32a2745d91e0f3ea0c.tar.gz gsoc2013-evolution-42b257dc310636aae29a2c32a2745d91e0f3ea0c.tar.zst gsoc2013-evolution-42b257dc310636aae29a2c32a2745d91e0f3ea0c.zip |
Remove call to unicode_init.
* gui/component/addressbook-factory.c (main): Remove call to
unicode_init.
svn path=/trunk/; revision=9566
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/addressbook-factory.c | 3 |
2 files changed, 5 insertions, 3 deletions
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 <danw@ximian.com> + + * gui/component/addressbook-factory.c (main): Remove call to + unicode_init. + 2001-04-23 Jon Trowbridge <trow@ximian.com> * 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 <bonobo/bonobo-main.h> #include <glade/glade.h> #include <gal/widgets/e-cursors.h> -#include <unicode.h> #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 |