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:
parent
4bfaca31bd
commit
68e2fda416
5 changed files with 94 additions and 24 deletions
|
@ -58,6 +58,8 @@ typedef struct _GnomeDACapplet GnomeDACapplet;
|
|||
struct _GnomeDACapplet {
|
||||
GladeXML *xml;
|
||||
|
||||
GtkIconTheme *icon_theme;
|
||||
|
||||
GtkWidget *window;
|
||||
|
||||
GtkWidget *web_combo_box;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue