aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-splash.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index bfab734e55..372c9747a7 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-21 Duncan Mak <duncan@ximian.com>
+
+ * e-splash.c (e_splash_construct): Set window_icon to
+ "evolution.png" in the splash screen.
+
2001-04-18 Ettore Perazzoli <ettore@ximian.com>
* e-local-folder.c: #include <unistd.h>.
diff --git a/shell/e-splash.c b/shell/e-splash.c
index 055e2dc0d7..b1fe04546c 100644
--- a/shell/e-splash.c
+++ b/shell/e-splash.c
@@ -325,6 +325,7 @@ e_splash_construct (ESplash *splash,
gtk_window_set_position (GTK_WINDOW (splash), GTK_WIN_POS_CENTER);
gtk_window_set_policy (GTK_WINDOW (splash), FALSE, FALSE, FALSE);
gtk_window_set_default_size (GTK_WINDOW (splash), image_width, image_height);
+ gnome_window_icon_set_from_file (GTK_WINDOW (splash), EVOLUTION_DATADIR "/pixmaps/evolution.png");
gtk_window_set_title (GTK_WINDOW (splash), "Evolution");
}
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-4/+4 * Update to scare-1.3.6.roam2007-03-162-4/+4 * Update to scare-1.3.5 and add a "test" target.roam2007-01-226-24/+21 * Update to scare-1.3.4 - *all* the source files were reindented withroam2006-09-275-56/+62