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 712164 - GtkMenuTracker: set action namespace correctly
GtkMenuTracker: set action namespace correctly
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: GtkApplication
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-11-12 17:10 UTC by Lars Karlitski
Modified: 2013-11-12 20:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkMenuTracker: set action namespace correctly (1.15 KB, patch)
2013-11-12 17:10 UTC, Lars Karlitski
committed Details | Review

Description Lars Karlitski 2013-11-12 17:10:12 UTC
See patch.
Comment 1 Lars Karlitski 2013-11-12 17:10:14 UTC
Created attachment 259678 [details] [review]
GtkMenuTracker: set action namespace correctly

gtk_menu_tracker_add_items() fetched the action-namespace from the menu
item, but didn't pass it into gtk_menu_tracker_section_new() when its
internal namespace was still NULL.
Comment 2 Allison Karlitskaya (desrt) 2013-11-12 20:42:40 UTC
Attachment 259678 [details] pushed as 255c3a0 - GtkMenuTracker: set action namespace correctly

Pushed to master and backported.  Thanks!