GNOME Bugzilla – Bug 703371
Regression: GtkCellRendererPixbuf doesn't render direction dependant stock icons
Last modified: 2013-07-01 11:20:22 UTC
Created attachment 248119 [details] stock icon demo app showing missing icons. When built with gtk 3.8 sound-juicer doesn't show the play icon against the currently playing track. This is because of a regression in GtkCellRendererPixbuf that means it no longer displays stock icons that depend on the current text direction. This is most easily seen by running gtk3-demo (see screenshot attached). Git bisect says: a73cc55e022c69fb2c7f6b059b0a9c12c3f057e1 is the first bad commit commit a73cc55e022c69fb2c7f6b059b0a9c12c3f057e1 Author: Benjamin Otte <otte@redhat.com> Date: Tue Dec 18 17:47:06 2012 +0100 stylecontext: Use state flags for direction ... instead of using a custom direction member. And with that, GtkWidget doesn't need to call gtk_style_context_set_direction() anymore.
*** This bug has been marked as a duplicate of bug 702423 ***