diff options
Diffstat (limited to 'misc/metatheme2/files/patch-ah')
-rw-r--r-- | misc/metatheme2/files/patch-ah | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/misc/metatheme2/files/patch-ah b/misc/metatheme2/files/patch-ah index f076ab19267e..bf60fc5a820b 100644 --- a/misc/metatheme2/files/patch-ah +++ b/misc/metatheme2/files/patch-ah @@ -1,9 +1,12 @@ ---- 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) + +$FreeBSD$ + +--- plugins/sawfish/sawfish-plugin.c.orig Sat Jun 23 00:02:09 2001 ++++ plugins/sawfish/sawfish-plugin.c Tue Jul 10 08:59:34 2001 +@@ -224,7 +224,7 @@ + sawfish_plugin_theme_find (MtmExtHandler *handler, const gchar *name,gboolean is_root) { - gchar *root_prefixes[] = {"share/sawfish/themes", NULL}; + 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}; |