diff options
author | Zhang Xianwei <[email protected]> | 2018-01-08 15:47:50 +0800 |
---|---|---|
committer | monsta <[email protected]> | 2018-03-18 10:43:50 +0300 |
commit | fc5339eb8010062a267ac5fb9d2dc2e4f3a10c84 (patch) | |
tree | 9d5b9caefce85260d8ad9387dd2607802a54ecc9 /capplets/appearance | |
parent | 0e75912d87eac43c0af8447aff40049f6dacffef (diff) | |
download | mate-control-center-fc5339eb8010062a267ac5fb9d2dc2e4f3a10c84.tar.bz2 mate-control-center-fc5339eb8010062a267ac5fb9d2dc2e4f3a10c84.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: |