diff options
author | Zhang Xianwei <[email protected]> | 2018-01-08 15:47:50 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-10 09:05:55 +0100 |
commit | ce58756f197dcf725338a3ead8a8a93a3633d073 (patch) | |
tree | 5ee0e0ca311986f9322ecb1f74b1aac361baeafb /capplets/appearance | |
parent | 368de61bbaa41775641729627325a910b95868c0 (diff) | |
download | mate-control-center-ce58756f197dcf725338a3ead8a8a93a3633d073.tar.bz2 mate-control-center-ce58756f197dcf725338a3ead8a8a93a3633d073.tar.xz |
Fix Window Border theme cannot be deleted
The directory "marco-1" does not exist, replacing it with
"metacity-1".
Fixes #316
Signed-off-by: Zhang Xianwei <[email protected]>
Diffstat (limited to 'capplets/appearance')
-rw-r--r-- | capplets/appearance/theme-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capplets/appearance/theme-util.c b/capplets/appearance/theme-util.c index 72a270c6..e7c97d06 100644 --- a/capplets/appearance/theme-util.c +++ b/capplets/appearance/theme-util.c @@ -95,7 +95,7 @@ gboolean theme_delete (const gchar *name, ThemeType type) case THEME_TYPE_WINDOW: theme = (MateThemeCommonInfo *) mate_theme_info_find (name); - theme_dir = g_build_filename (theme->path, "marco-1", NULL); + theme_dir = g_build_filename (theme->path, "metacity-1", NULL); break; case THEME_TYPE_META: |