listen to on-disk theme changes in the details tabs, too

2007-06-23  Jens Granseuer  <jensgr@gmx.net>

	* appearance-style.c: (add_to_treeview), (remove_from_treeview),
	(update_in_treeview), (changed_on_disk_cb), (style_init):
	* appearance-themes.c: (theme_select_name),
	(theme_set_custom_from_theme), (theme_changed_on_disk_cb),
	(theme_thumbnail_done_cb):
	* theme-installer.c: (gnome_theme_installer_run):
	* theme-util.c: (theme_find_in_model):
	* theme-util.h: listen to on-disk theme changes in the details tabs, too

svn path=/trunk/; revision=7762
This commit is contained in:
Jens Granseuer 2007-06-23 11:08:21 +00:00 committed by Jens Granseuer
parent 6b8520facc
commit 68466d1c27
6 changed files with 180 additions and 37 deletions

View file

@ -618,7 +618,10 @@ gnome_theme_installer_run (GtkWindow *parent, gchar *filename)
g_strlcpy (old_folder, folder, 255);
g_free (folder);
/* FIXME: refresh GUI from disk here */
/*
* we're relying on the gnome theme info module to pick up changes
* to the themes so we don't need to update the model here
*/
gtk_widget_destroy (dialog);