After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 153984 - GtkCellRendererPixbuf shows the same pixbuf for every row when insensitive
GtkCellRendererPixbuf shows the same pixbuf for every row when insensitive
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.5.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-09-28 18:28 UTC by milosz derezynski
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This is a patch that fixes the named bug (1021 bytes, patch)
2004-09-28 18:29 UTC, milosz derezynski
none Details | Review

Description milosz derezynski 2004-09-28 18:28:44 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
Comment 1 milosz derezynski 2004-09-28 18:29:41 UTC
Created attachment 32032 [details] [review]
This is a patch that fixes the named bug
Comment 2 Matthias Clasen 2004-09-28 19:11:15 UTC
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)