freebsd-ports/misc/metatheme/files/patch-ah
Maxim Sobolev 1e33437fcc Add another monster from Helixcode - Metatheme, an utility for managing "theme
sets" that accomodate gtk, window manager, etc.
2000-11-27 16:44:31 +00:00

11 lines
440 B
Text

--- 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;