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/metatheme2/files/patch-capplet::mtm-selector.c | |
parent | USE_AUTOCONF implied (diff) |
Update to 0.6.0.
Notes
Notes:
svn path=/head/; revision=44997
Diffstat (limited to 'misc/metatheme2/files/patch-capplet::mtm-selector.c')
-rw-r--r-- | misc/metatheme2/files/patch-capplet::mtm-selector.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/metatheme2/files/patch-capplet::mtm-selector.c b/misc/metatheme2/files/patch-capplet::mtm-selector.c new file mode 100644 index 000000000000..dea390992adf --- /dev/null +++ b/misc/metatheme2/files/patch-capplet::mtm-selector.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- capplet/mtm-selector.c 2001/07/10 06:15:32 1.1 ++++ capplet/mtm-selector.c 2001/07/10 06:16:15 +@@ -203,7 +203,7 @@ + + g_return_if_fail (MTM_IS_SELECTOR (selector)); + +- sysdir = g_strdup_printf ("%s/share/metathemes", mtm_get_prefix ()); ++ sysdir = g_strdup_printf ("%s/share/gnome/metathemes", mtm_get_prefix ()); + userdir = g_strdup_printf ("%s/.metathemes", g_get_home_dir ()); + /* Create it if it doesn't exist */ + mtm_check_dir (userdir); |