diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-02-15 02:37:40 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-02-15 02:37:40 +0800 |
commit | 53659b16caf2b2172c46b261463b589ee12d19b0 (patch) | |
tree | 66f7d71f43b0c3a6c0418507bdd6d591a6f95588 /executive-summary/component/e-summary-prefs.c | |
parent | 59cb3688437bd26c4e2d2e3ea674b6a06d0da4e7 (diff) | |
download | gsoc2013-evolution-53659b16caf2b2172c46b261463b589ee12d19b0.tar.gz gsoc2013-evolution-53659b16caf2b2172c46b261463b589ee12d19b0.tar.zst gsoc2013-evolution-53659b16caf2b2172c46b261463b589ee12d19b0.zip |
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
Diffstat (limited to 'executive-summary/component/e-summary-prefs.c')
-rw-r--r-- | executive-summary/component/e-summary-prefs.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/executive-summary/component/e-summary-prefs.c b/executive-summary/component/e-summary-prefs.c index 440c3837f4..5ed9876cf4 100644 --- a/executive-summary/component/e-summary-prefs.c +++ b/executive-summary/component/e-summary-prefs.c @@ -25,7 +25,9 @@ #include <config.h> #endif -#include <gnome.h> +#include <stdio.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-config.h> #include "e-summary-prefs.h" #include "e-summary.h" |