look at the correct icon theme after screen changes and update also combo

2006-02-28  Luca Cavalli  <loopback@slackit.org>

	* gnome-da-capplet.c: (refresh_combo_box_icons),
	(theme_changed_cb), (screen_changed_cb), (fill_combo_box),
	(show_dialog):
	* gnome-da-capplet.h:
	* gnome-da-item.c: (gnome_da_web_item_free),
	(gnome_da_mail_item_free), (gnome_da_term_item_free):
	* gnome-da-item.h: look at the correct icon theme after screen changes
	and update also combo boxes icons when icon theme changes. Closes
	bug #330154.
This commit is contained in:
Luca Cavalli 2006-02-28 21:02:55 +00:00 committed by Luca Cavalli
parent 4bfaca31bd
commit 68e2fda416
5 changed files with 94 additions and 24 deletions

View file

@ -34,6 +34,7 @@ struct _GnomeDAItem {
gchar *executable;
gchar *command;
gchar *icon_name;
gchar *icon_path;
};
struct _GnomeDAWebItem {