diff options
Diffstat (limited to 'capplets')
-rw-r--r-- | capplets/appearance/theme-installer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/capplets/appearance/theme-installer.c b/capplets/appearance/theme-installer.c index 2ffb1158..e28b9383 100644 --- a/capplets/appearance/theme-installer.c +++ b/capplets/appearance/theme-installer.c @@ -310,10 +310,6 @@ mate_theme_install_real (GtkWindow *parent, theme_name, NULL); break; case THEME_MATE: - target_dir = g_build_path (G_DIR_SEPARATOR_S, - g_get_home_dir (), ".themes", - theme_name, NULL); - break; case THEME_MARCO: case THEME_GTK: target_dir = g_build_path (G_DIR_SEPARATOR_S, |