Set the gtk icon theme setting. Fixes bug 355268 - "Open" icon on button
2006-09-30 Thomas Wood <thos@gnome.org> * theme-thumbnail.c: (create_image): Set the gtk icon theme setting. Fixes bug 355268 - "Open" icon on button preview not working
This commit is contained in:
parent
7e84b55967
commit
0f0600a445
2 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,14 @@
|
|||
2006-09-30 Thomas Wood <thos@gnome.org>
|
||||
|
||||
* theme-thumbnail.c: (create_image): Set the gtk icon theme setting.
|
||||
Fixes bug 355268 - "Open" icon on button preview not working
|
||||
|
||||
2006-08-17 Thomas Wood <thos@gnome.org>
|
||||
|
||||
* capplets/common/theme-thumbnail.c: (fake_expose_widget),
|
||||
(hbox_foreach), (create_image): Modified patch from bug 351378.
|
||||
Fixes bug 351378 and bug 171634.
|
||||
|
||||
|
||||
2006-07-23 Sebastien Bacher <seb128@debian.org>
|
||||
|
||||
* gconf-property-editor.c: (peditor_color_value_changed),
|
||||
|
|
|
@ -130,6 +130,7 @@ create_image (ThemeThumbnailData *theme_thumbnail_data,
|
|||
g_object_set (G_OBJECT (settings),
|
||||
"gtk-theme-name", (char *) theme_thumbnail_data->control_theme_name->data,
|
||||
"gtk-font-name", (char *) theme_thumbnail_data->application_font->data,
|
||||
"gtk-icon-theme-name", (char *) theme_thumbnail_data->icon_theme_name->data,
|
||||
NULL);
|
||||
theme = meta_theme_load ((char *) theme_thumbnail_data->wm_theme_name->data, NULL);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue