diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/main.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 83df07e4b7..26caf11ec5 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2004-01-26 JP Rosevear <jpr@ximian.com> + + * main.c: drop now useless gtkhtml/gconf check + 2004-01-23 Rodney Dawes <dobey@ximian.com> * main.c (idle_cb): Move uri_list loop into a separate function diff --git a/shell/main.c b/shell/main.c index b7e3f329a0..71892bd1b0 100644 --- a/shell/main.c +++ b/shell/main.c @@ -68,10 +68,6 @@ #include "e-config-upgrade.h" #include "Evolution-DataServer.h" -#ifdef GTKHTML_HAVE_GCONF -#include <gconf/gconf.h> -#endif - #include <gal/widgets/e-cursors.h> #include <fcntl.h> |