aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-splash.c
diff options
context:
space:
mode:
authorDuncan Mak <duncan@src.gnome.org>2001-04-22 04:19:42 +0800
committerDuncan Mak <duncan@src.gnome.org>2001-04-22 04:19:42 +0800
commitfe466a70b6ce0784a1ad75eff21081dfe499e8a2 (patch)
treeb44fe56b3a40cd8b00fa23044f97e88aaeff4661 /shell/e-splash.c
parentdcf514515cd24c0adbdf8fa4864306fa645f18dc (diff)
downloadgsoc2013-evolution-fe466a70b6ce0784a1ad75eff21081dfe499e8a2.tar
gsoc2013-evolution-fe466a70b6ce0784a1ad75eff21081dfe499e8a2.tar.gz
gsoc2013-evolution-fe466a70b6ce0784a1ad75eff21081dfe499e8a2.tar.bz2
gsoc2013-evolution-fe466a70b6ce0784a1ad75eff21081dfe499e8a2.tar.lz
gsoc2013-evolution-fe466a70b6ce0784a1ad75eff21081dfe499e8a2.tar.xz
gsoc2013-evolution-fe466a70b6ce0784a1ad75eff21081dfe499e8a2.tar.zst
gsoc2013-evolution-fe466a70b6ce0784a1ad75eff21081dfe499e8a2.zip
Set window_icon of the splash screen to "evolution.png"
svn path=/trunk/; revision=9488
Diffstat (limited to 'shell/e-splash.c')
-rw-r--r--shell/e-splash.c1
1 files changed, 1 insertions, 0 deletions
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");
}