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 708651 - Regression: gtk_action_set_always_show_image() doesn't work after widget creation
Regression: gtk_action_set_always_show_image() doesn't work after widget crea...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: UIManager / Actions
3.10.x
Other Linux
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-09-23 19:54 UTC by Sébastien Wilmet
Modified: 2013-11-09 05:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sébastien Wilmet 2013-09-23 19:54:06 UTC
gtk_action_set_always_show_image() has been deprecated, but doesn't work anymore.

Is it intentional?
Comment 1 Sébastien Wilmet 2013-10-08 13:50:01 UTC
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.
Comment 2 Matthias Clasen 2013-10-16 02:14:20 UTC
I've pushed a tests/teststockbuttonmenu.c testcase that shows it working