summaryrefslogtreecommitdiff
path: root/x11/gnome-session/patches/patch-ac
blob: d520f9ae1c1810b3a3415bed0b69e2adb4e98a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.2 2003/02/14 21:08:39 jmmv Exp $

--- gnome-session/splash-widget.c.orig	2002-11-28 02:01:40.000000000 +0100
+++ gnome-session/splash-widget.c
@@ -313,7 +313,7 @@ read_background (SplashWidget *sw)
 					    "/apps/gnome-session/options/splash_image",
 					    NULL);
 	if (!filename)
-		filename = g_strdup (GNOME_ICONDIR "/splash/gnome-splash.png");
+		filename = g_strdup (GNOME_ICONDIR "/splash/gnome2-splash.png");
 
 	pb = gdk_pixbuf_new_from_file (filename, NULL);
 	g_free (filename);