diff options
Diffstat (limited to 'capplets/appearance/theme-util.c')
-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: |