aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--lib/widgets/ephy-label.c8
2 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 436719893..2ec8bee91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2004-08-09 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-label.c:
+
+ Include config.h upfront.
+
+2004-08-09 Christian Persch <chpe@cvs.gnome.org>
+
+ * lib/widgets/ephy-label.c:
* lib/widgets/ephy-label.h:
Only use this for gtk < 2.5.1, and just add a few
diff --git a/lib/widgets/ephy-label.c b/lib/widgets/ephy-label.c
index 70f6b03fb..73968c2cd 100644
--- a/lib/widgets/ephy-label.c
+++ b/lib/widgets/ephy-label.c
@@ -23,14 +23,14 @@
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <gtk/gtkversion.h>
#if !GTK_CHECK_VERSION (2, 5, 1)
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#include "ephy-label.h"
#include <math.h>