GNOME Bugzilla – Bug 708651
Regression: gtk_action_set_always_show_image() doesn't work after widget creation
Last modified: 2013-11-09 05:03:43 UTC
gtk_action_set_always_show_image() has been deprecated, but doesn't work anymore. Is it intentional?
With more investigation, what worked with GTK+ 3.8 and doesn't work anymore is to call gtk_action_set_always_show_image() after the widgets are added to their containers. So it is easy to fix in the applications. It should just maybe be documented, if it is not fixed.
I've pushed a tests/teststockbuttonmenu.c testcase that shows it working