aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-19 03:43:36 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-19 03:43:36 +0800
commitbb51b55bcc64b0342db45e389342b129a20b8a2a (patch)
treef48c6d48954fafd80bec97f0bafc6ea6827183ad /shell
parentcd92d74c95b45024d1574a409b73da7383dd5bb8 (diff)
downloadgsoc2013-evolution-bb51b55bcc64b0342db45e389342b129a20b8a2a.tar
gsoc2013-evolution-bb51b55bcc64b0342db45e389342b129a20b8a2a.tar.gz
gsoc2013-evolution-bb51b55bcc64b0342db45e389342b129a20b8a2a.tar.bz2
gsoc2013-evolution-bb51b55bcc64b0342db45e389342b129a20b8a2a.tar.lz
gsoc2013-evolution-bb51b55bcc64b0342db45e389342b129a20b8a2a.tar.xz
gsoc2013-evolution-bb51b55bcc64b0342db45e389342b129a20b8a2a.tar.zst
gsoc2013-evolution-bb51b55bcc64b0342db45e389342b129a20b8a2a.zip
#include "e-gtk-utils.h".
* e-splash.c: #include "e-gtk-utils.h". svn path=/trunk/; revision=12947
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/e-splash.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index c43daf4180..0dca93874a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,4 +1,8 @@
-2001-09-17 Ettore Perazzoli <ettore@ximian.com>
+2001-09-18 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-splash.c: #include "e-gtk-utils.h".
+
+2001-09-18 Ettore Perazzoli <ettore@ximian.com>
* e-splash.c (e_splash_construct): Make the canvas backing stored.
diff --git a/shell/e-splash.c b/shell/e-splash.c
index b2832f1601..4e48fb6461 100644
--- a/shell/e-splash.c
+++ b/shell/e-splash.c
@@ -26,6 +26,9 @@
#endif
#include "e-splash.h"
+
+#include "e-util/e-gtk-utils.h"
+
#include <gtk/gtkframe.h>
#include <gtk/gtkmain.h>
#include <gtk/gtksignal.h>