diff --git a/capplets/appearance/ChangeLog b/capplets/appearance/ChangeLog index 2e5b9b55e..f54a2db3f 100644 --- a/capplets/appearance/ChangeLog +++ b/capplets/appearance/ChangeLog @@ -1,3 +1,8 @@ +2007-10-30 Jens Granseuer + + * theme-installer.c: (gnome_theme_install_real): also update the icon + cache for icon themes with cursors + 2007-10-30 Jens Granseuer * theme-installer.c: (file_theme_type), (gnome_theme_install_real): diff --git a/capplets/appearance/theme-installer.c b/capplets/appearance/theme-installer.c index cb875d0a1..47c96077d 100644 --- a/capplets/appearance/theme-installer.c +++ b/capplets/appearance/theme-installer.c @@ -337,7 +337,7 @@ gnome_theme_install_real (gint filetype, const gchar *tmp_dir, const gchar *them gtk_widget_destroy (dialog); success = FALSE; } else { - if (theme_type == THEME_ICON) + if (theme_type == THEME_ICON || theme_type == THEME_ICON_CURSOR) { gchar *update_icon_cache;