Do better fallbacks if the icon theme does not have icons. (#345666,

2006-08-15  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilesystem.c (gtk_file_info_render_icon)
	(gtk_file_system_volume_render_icon): Do better fallbacks
	if the icon theme does not have icons.  (#345666,
	Kazuki Iwamoto)
This commit is contained in:
Matthias Clasen
2006-08-15 17:28:34 +00:00
committed by Matthias Clasen
parent 98c23811f5
commit fbf6339700
3 changed files with 32 additions and 9 deletions

View File

@ -1,5 +1,10 @@
2006-08-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesystem.c (gtk_file_info_render_icon)
(gtk_file_system_volume_render_icon): Do better fallbacks
if the icon theme does not have icons. (#345666,
Kazuki Iwamoto)
* gtk/gtkruler.c (gtk_ruler_unrealize): Don't leak
no_gr_exp_gc. (#350050, Chris Wilson)