diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-10 06:34:59 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-07-10 06:34:59 +0000 |
commit | 0d98985b1ed2857eabf8c9c2054ba1e028fa8dc5 (patch) | |
tree | 85239597cc3b49474bf2c341ade30cd5e35ea94b /misc/metatheme/files/patch-ah | |
parent | USE_AUTOCONF implied (diff) |
Update to 0.6.0.
Notes
Notes:
svn path=/head/; revision=44997
Diffstat (limited to 'misc/metatheme/files/patch-ah')
-rw-r--r-- | misc/metatheme/files/patch-ah | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/misc/metatheme/files/patch-ah b/misc/metatheme/files/patch-ah index f076ab19267e..bf60fc5a820b 100644 --- a/misc/metatheme/files/patch-ah +++ b/misc/metatheme/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}; |