diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-19 03:43:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-19 03:43:36 +0800 |
commit | bb51b55bcc64b0342db45e389342b129a20b8a2a (patch) | |
tree | f48c6d48954fafd80bec97f0bafc6ea6827183ad | |
parent | cd92d74c95b45024d1574a409b73da7383dd5bb8 (diff) | |
download | gsoc2013-evolution-bb51b55bcc64b0342db45e389342b129a20b8a2a.tar.gz 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
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/e-splash.c | 3 |
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> |