From 53659b16caf2b2172c46b261463b589ee12d19b0 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Wed, 14 Feb 2001 18:37:40 +0000 Subject: Fix crashes, remove gnome.h includes, add a timer check for the RDF summary, add a new method to the HTMLView so it can handle funny URIs. svn path=/trunk/; revision=8224 --- executive-summary/component/main.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'executive-summary/component/main.c') diff --git a/executive-summary/component/main.c b/executive-summary/component/main.c index 3e29b5f337..0834802da1 100644 --- a/executive-summary/component/main.c +++ b/executive-summary/component/main.c @@ -21,11 +21,13 @@ * Author: Iain Holmes */ +#ifdef HAVE_CONFIG_H #include +#endif #include + #include -#include #include #include @@ -35,7 +37,6 @@ #include "gal/widgets/e-gui-utils.h" #include "gal/widgets/e-cursors.h" -#include "gal/widgets/e-unicode.h" #include #include "component-factory.h" @@ -45,7 +46,7 @@ main (int argc, char **argv) { CORBA_ORB orb; - + bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR); textdomain (PACKAGE); -- cgit v1.2.3