GNOME Bugzilla – Bug 153984
GtkCellRendererPixbuf shows the same pixbuf for every row when insensitive
Last modified: 2004-12-22 21:47:04 UTC
One way would be 1. Have GtkTreeViewColumn with GDK_TYPE_PIXBUF 2. Set GtkTreeView insensitive 3. Fill up rows (model) 4. Each subsequent row will show the pixbuf set in the first row
Created attachment 32032 [details] [review] This is a patch that fixes the named bug
2004-09-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Don't reuse insensitive pixbufs across multiple rows. (#153984, Milosz Derezynski)