aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-04-24 06:19:59 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-24 06:19:59 +0800
commitbf5d2ea43c1ac3dcc3188bc2a512a0639d1a11a2 (patch)
tree283780cc0df8223b834941a57b7ea3e7109d73a4
parent79563f921e149e01d62618343389b56bd6d28572 (diff)
downloadgsoc2013-evolution-bf5d2ea43c1ac3dcc3188bc2a512a0639d1a11a2.tar
gsoc2013-evolution-bf5d2ea43c1ac3dcc3188bc2a512a0639d1a11a2.tar.gz
gsoc2013-evolution-bf5d2ea43c1ac3dcc3188bc2a512a0639d1a11a2.tar.bz2
gsoc2013-evolution-bf5d2ea43c1ac3dcc3188bc2a512a0639d1a11a2.tar.lz
gsoc2013-evolution-bf5d2ea43c1ac3dcc3188bc2a512a0639d1a11a2.tar.xz
gsoc2013-evolution-bf5d2ea43c1ac3dcc3188bc2a512a0639d1a11a2.tar.zst
gsoc2013-evolution-bf5d2ea43c1ac3dcc3188bc2a512a0639d1a11a2.zip
#include gnome-window-icon.h
2001-04-23 Jeffrey Stedfast <fejj@ximian.com> * e-splash.c: #include gnome-window-icon.h svn path=/trunk/; revision=9527
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-splash.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 372c9747a7..7859b4c9e9 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-23 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-splash.c: #include gnome-window-icon.h
+
2001-04-21 Duncan Mak <duncan@ximian.com>
* e-splash.c (e_splash_construct): Set window_icon to
diff --git a/shell/e-splash.c b/shell/e-splash.c
index b1fe04546c..0dec81da89 100644
--- a/shell/e-splash.c
+++ b/shell/e-splash.c
@@ -29,6 +29,7 @@
#include <gtk/gtkmain.h>
#include <gtk/gtksignal.h>
#include <gdk-pixbuf/gnome-canvas-pixbuf.h>
+#include <libgnomeui/gnome-window-icon.h>
#include <gal/util/e-util.h>
#include "e-splash.h"