diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-splash.c | 1 |
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" |