diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-27 00:53:54 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-27 00:53:54 +0800 |
commit | 6520af983eeb3154109e4733728780cfeefbf3d7 (patch) | |
tree | 7bb8355988623a346bad09e10face72843e19a09 /shell | |
parent | aa85963848a6244c2c92a7bef0ddcbd9faf7f536 (diff) | |
download | gsoc2013-evolution-6520af983eeb3154109e4733728780cfeefbf3d7.tar.gz gsoc2013-evolution-6520af983eeb3154109e4733728780cfeefbf3d7.tar.zst gsoc2013-evolution-6520af983eeb3154109e4733728780cfeefbf3d7.zip |
drop now useless gtkhtml/gconf check
2004-01-26 JP Rosevear <jpr@ximian.com>
* main.c: drop now useless gtkhtml/gconf check
svn path=/trunk/; revision=24437
Diffstat (limited to 'shell')
-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> |