From ce58756f197dcf725338a3ead8a8a93a3633d073 Mon Sep 17 00:00:00 2001 From: Zhang Xianwei Date: Mon, 8 Jan 2018 15:47:50 +0800 Subject: 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 --- capplets/appearance/theme-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets/appearance/theme-util.c') 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: -- cgit v1.2.1