summaryrefslogtreecommitdiffstats
path: root/x11/libgnome/files/patch-libgnome_gnome-program.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libgnome/files/patch-libgnome_gnome-program.c')
-rw-r--r--x11/libgnome/files/patch-libgnome_gnome-program.c70
1 files changed, 0 insertions, 70 deletions
diff --git a/x11/libgnome/files/patch-libgnome_gnome-program.c b/x11/libgnome/files/patch-libgnome_gnome-program.c
deleted file mode 100644
index 9dd33f9c2..000000000
--- a/x11/libgnome/files/patch-libgnome_gnome-program.c
+++ /dev/null
@@ -1,70 +0,0 @@
---- libgnome/gnome-program.c.orig Mon May 31 16:37:02 2004
-+++ libgnome/gnome-program.c Mon May 31 16:37:05 2004
-@@ -895,17 +895,17 @@
- attr_rel = "";
- break;
- case GNOME_FILE_DOMAIN_DATADIR:
-- prefix_rel = "/share";
-+ prefix_rel = "/share/gnome";
- attr_name = GNOME_PARAM_GNOME_DATADIR;
- attr_rel = "";
- break;
- case GNOME_FILE_DOMAIN_SOUND:
-- prefix_rel = "/share/sounds";
-+ prefix_rel = "/share/gnome/sounds";
- attr_name = GNOME_PARAM_GNOME_DATADIR;
- attr_rel = "/sounds";
- break;
- case GNOME_FILE_DOMAIN_PIXMAP:
-- prefix_rel = "/share/pixmaps";
-+ prefix_rel = "/share/gnome/pixmaps";
- attr_name = GNOME_PARAM_GNOME_DATADIR;
- attr_rel = "/pixmaps";
- break;
-@@ -917,7 +917,7 @@
- case GNOME_FILE_DOMAIN_HELP:
- prefix_rel = "/share/gnome/help";
- attr_name = GNOME_PARAM_GNOME_DATADIR;
-- attr_rel = "/gnome/help";
-+ attr_rel = "/help";
- break;
- case GNOME_FILE_DOMAIN_APP_LIBDIR:
- prefix_rel = "/lib";
-@@ -926,19 +926,19 @@
- search_path = FALSE;
- break;
- case GNOME_FILE_DOMAIN_APP_DATADIR:
-- prefix_rel = "/share";
-+ prefix_rel = "/share/gnome";
- attr_name = GNOME_PARAM_APP_DATADIR;
- attr_rel = "";
- search_path = FALSE;
- break;
- case GNOME_FILE_DOMAIN_APP_SOUND:
-- prefix_rel = "/share/sounds";
-+ prefix_rel = "/share/gnome/sounds";
- attr_name = GNOME_PARAM_APP_DATADIR;
- attr_rel = "/sounds";
- search_path = FALSE;
- break;
- case GNOME_FILE_DOMAIN_APP_PIXMAP:
-- prefix_rel = "/share/pixmaps";
-+ prefix_rel = "/share/gnome/pixmaps";
- attr_name = GNOME_PARAM_APP_DATADIR;
- attr_rel = "/pixmaps";
- search_path = FALSE;
-@@ -959,12 +959,12 @@
-
- attr_name = GNOME_PARAM_APP_DATADIR;
-
-- len = strlen ("/gnome/help/") +
-+ len = strlen ("/help/") +
- strlen (program->_priv->app_id) + 1;
- attr_rel = g_alloca (len);
- if (attr_rel == NULL /* bad things */)
- return NULL;
-- g_snprintf (attr_rel, len, "/gnome/help/%s", program->_priv->app_id);
-+ g_snprintf (attr_rel, len, "/help/%s", program->_priv->app_id);
-
- search_path = FALSE;
- break;