diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-20 19:26:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-20 19:26:05 +0000 |
commit | 23c8e79be0b0885c270cfa17bb7799dec9bb5820 (patch) | |
tree | 34444ad9b8c4a1f7a7fb0ec2404f3972c93cf2bc /misc/metatheme2/files/patch-plugins_sawfish_sawfish-config-gui.c | |
parent | Update to 0.9.5 (diff) |
Add metatheme2 after a repo copy from metatheme. Metatheme is the
multi-application theme manager for the GNOME 2.0 desktop.
Notes
Notes:
svn path=/head/; revision=59558
Diffstat (limited to 'misc/metatheme2/files/patch-plugins_sawfish_sawfish-config-gui.c')
-rw-r--r-- | misc/metatheme2/files/patch-plugins_sawfish_sawfish-config-gui.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/metatheme2/files/patch-plugins_sawfish_sawfish-config-gui.c b/misc/metatheme2/files/patch-plugins_sawfish_sawfish-config-gui.c new file mode 100644 index 000000000000..301ebd08438c --- /dev/null +++ b/misc/metatheme2/files/patch-plugins_sawfish_sawfish-config-gui.c @@ -0,0 +1,11 @@ +--- plugins/sawfish/sawfish-config-gui.c.orig Sun May 19 04:05:50 2002 ++++ plugins/sawfish/sawfish-config-gui.c Sun May 19 04:06:00 2002 +@@ -35,7 +35,7 @@ + GArray *files; + gchar **ret; + /* FIXME */ +- gchar *dirnames[] = { "/usr/share/sawfish/themes", "/.sawfish/themes", NULL}; ++ gchar *dirnames[] = { "%%X11BASE%%/share/sawfish/themes", "/.sawfish/themes", NULL}; + int i; + + dirnames[1] = g_strconcat (g_get_home_dir (), dirnames[1], NULL); |