blob: a2ec5f3690cd22db7561b5490f681a45b8ff464e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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;
|