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 612574 - GtkMenuItem does not emit notify::label when label is changed through GtkAction
GtkMenuItem does not emit notify::label when label is changed through GtkAction
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: UIManager / Actions
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-03-11 14:44 UTC by Jan Arne Petersen
Modified: 2010-03-15 19:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix notify::label emmision in GtkMenuItem (5.70 KB, patch)
2010-03-11 14:44 UTC, Jan Arne Petersen
committed Details | Review

Description Jan Arne Petersen 2010-03-11 14:44:13 UTC
Created attachment 155862 [details] [review]
Fix notify::label emmision in GtkMenuItem

When the label of an action related to a GtkMenuItem is changed there is no notification via notify::label in the GtkMenuItem.
Comment 1 Matthias Clasen 2010-03-14 19:10:20 UTC
Comment on attachment 155862 [details] [review]
Fix notify::label emmision in GtkMenuItem

looks good to me, but it does a bit more than just fixing label notification. You should mention that in the commit msg
Comment 2 Jan Arne Petersen 2010-03-15 19:55:32 UTC
Commited to gtk+ master.