also update the icon cache for icon themes with cursors
2007-10-30 Jens Granseuer <jensgr@gmx.net> * theme-installer.c: (gnome_theme_install_real): also update the icon cache for icon themes with cursors svn path=/trunk/; revision=8233
This commit is contained in:
parent
3da9bfbd0f
commit
e55cb9bf73
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-10-30 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
* theme-installer.c: (gnome_theme_install_real): also update the icon
|
||||||
|
cache for icon themes with cursors
|
||||||
|
|
||||||
2007-10-30 Jens Granseuer <jensgr@gmx.net>
|
2007-10-30 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
* theme-installer.c: (file_theme_type), (gnome_theme_install_real):
|
* theme-installer.c: (file_theme_type), (gnome_theme_install_real):
|
||||||
|
|
|
@ -337,7 +337,7 @@ gnome_theme_install_real (gint filetype, const gchar *tmp_dir, const gchar *them
|
||||||
gtk_widget_destroy (dialog);
|
gtk_widget_destroy (dialog);
|
||||||
success = FALSE;
|
success = FALSE;
|
||||||
} else {
|
} else {
|
||||||
if (theme_type == THEME_ICON)
|
if (theme_type == THEME_ICON || theme_type == THEME_ICON_CURSOR)
|
||||||
{
|
{
|
||||||
gchar *update_icon_cache;
|
gchar *update_icon_cache;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue