From 1e33437fcc6c6cbb31025b82abc9e1a19de86d85 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Mon, 27 Nov 2000 16:44:31 +0000 Subject: Add another monster from Helixcode - Metatheme, an utility for managing "theme sets" that accomodate gtk, window manager, etc. --- misc/metatheme2/files/patch-ah | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/metatheme2/files/patch-ah (limited to 'misc/metatheme2/files/patch-ah') diff --git a/misc/metatheme2/files/patch-ah b/misc/metatheme2/files/patch-ah new file mode 100644 index 000000000000..f076ab19267e --- /dev/null +++ b/misc/metatheme2/files/patch-ah @@ -0,0 +1,11 @@ +--- plugins/sawfish/sawfish-plugin.c 2000/11/26 21:31:47 1.1 ++++ plugins/sawfish/sawfish-plugin.c 2000/11/26 21:35:26 +@@ -227,7 +227,7 @@ + gchar *name, gboolean is_root) + { + gchar *root_prefixes[] = {"share/sawfish/themes", NULL}; +- gchar *pre_prefixes[] = {"/usr/", "/usr/local/", NULL}; ++ gchar *pre_prefixes[] = {"%%X11BASE%%", "%%LOCALBASE%%", NULL}; + gchar *user_prefixes[] = {".sawfish/themes", NULL}; + gchar **arr; + gchar *ret; -- cgit v1.2.3