diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-27 16:44:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-27 16:44:31 +0000 |
commit | 1e33437fcc6c6cbb31025b82abc9e1a19de86d85 (patch) | |
tree | 3c1f3cded3fb8612bde6a6cc32ae7b8a8ee4b4b2 /misc/metatheme/files/patch-ag | |
parent | Add SciTE - a full-featured SCIntilla based Text Editor for GTK/GNOME. (diff) |
Add another monster from Helixcode - Metatheme, an utility for managing "theme
sets" that accomodate gtk, window manager, etc.
Notes
Notes:
svn path=/head/; revision=35468
Diffstat (limited to 'misc/metatheme/files/patch-ag')
-rw-r--r-- | misc/metatheme/files/patch-ag | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/metatheme/files/patch-ag b/misc/metatheme/files/patch-ag new file mode 100644 index 000000000000..7e22f7655ec9 --- /dev/null +++ b/misc/metatheme/files/patch-ag @@ -0,0 +1,15 @@ +--- plugins/background/background-plugin.c 2000/11/26 21:31:41 1.1 ++++ plugins/background/background-plugin.c 2000/11/26 21:33:54 +@@ -227,9 +227,9 @@ + bg_plugin_find_theme (MtmExtHandler *handler, gchar *name, + gboolean is_root) + { +- gchar *root_prefixes[] = {"/usr/share/pixmaps/backgrounds", +- "/usr/share/pixmaps/backgrounds/tiles", +- "/usr/share/wallpapers", ++ gchar *root_prefixes[] = {"%%X11BASE%%/share/gnome/pixmaps/backgrounds", ++ "%%X11BASE%%/share/gnome/pixmaps/backgrounds/tiles", ++ "%%X11BASE%%/share/gnome/wallpapers", + NULL}; + gchar *user_prefixes[] = {".metatheme-backgrounds", + ".backgrounds", |