summaryrefslogtreecommitdiff
path: root/misc/metatheme2/files/patch-ah
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-09 06:09:08 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-04-09 06:09:08 +0000
commit34446a964fa6fcc851e3acded04950c6794c4321 (patch)
tree09d9b030193316f4a7e8de06e996eeacc374f228 /misc/metatheme2/files/patch-ah
parentUpdate to version 2.6.2: (diff)
Metatheme has been dead for a long time. Garbage collect it.
Notes
Notes: svn path=/head/; revision=106542
Diffstat (limited to 'misc/metatheme2/files/patch-ah')
-rw-r--r--misc/metatheme2/files/patch-ah11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/metatheme2/files/patch-ah b/misc/metatheme2/files/patch-ah
deleted file mode 100644
index a2ec5f3690cd..000000000000
--- a/misc/metatheme2/files/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/sawfish/sawfish-plugin.c.orig Sun May 19 04:04:04 2002
-+++ plugins/sawfish/sawfish-plugin.c Sun May 19 04:04:57 2002
-@@ -192,7 +192,7 @@
- sawfish_plugin_theme_find (MtmExtHandler *handler, const gchar *name,gboolean is_root)
- {
- gchar *root_prefixes[] = {"share/sawfish/themes", NULL, NULL};
-- gchar *pre_prefixes[] = {"/usr/", "/usr/local/", NULL};
-+ gchar *pre_prefixes[] = {"%%X11BASE%%", "%%LOCALBASE%%", NULL};
- gchar *user_prefixes[] = {".sawfish/themes", NULL};
- gchar **arr;
- gchar *ret;