aboutsummaryrefslogtreecommitdiff
path: root/net/crescendo/files/patch-splash.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/crescendo/files/patch-splash.c')
-rw-r--r--net/crescendo/files/patch-splash.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/crescendo/files/patch-splash.c b/net/crescendo/files/patch-splash.c
deleted file mode 100644
index b26a31dd93de..000000000000
--- a/net/crescendo/files/patch-splash.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/splash.c.orig Fri Oct 13 00:38:03 2000
-+++ src/splash.c Fri Oct 13 00:38:50 2000
-@@ -32,7 +32,7 @@
- gtk_signal_connect (GTK_OBJECT(WinSplash), "button_press_event", GTK_SIGNAL_FUNC (gtk_widget_destroy), NULL);
-
- if(cresc_pref->prefix) {
-- temp = g_strconcat (cresc_pref->prefix, "share/crescendo/cr-splash1.jpg", NULL);
-+ temp = g_strconcat (CRESCENDO_DATADIR, "/cr-splash1.jpg", NULL);
- picSplash = gnome_pixmap_new_from_file(temp);
- gtk_container_add(GTK_CONTAINER(WinSplash),picSplash);
- g_free(temp);