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 731430 - Menu tracker undefined reference
Menu tracker undefined reference
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkMenu
3.12.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-06-09 22:21 UTC by Will Greenberg
Modified: 2014-06-15 01:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix for the bug (1.04 KB, patch)
2014-06-09 22:26 UTC, Will Greenberg
committed Details | Review

Description Will Greenberg 2014-06-09 22:21:58 UTC
f15f13a0fb9ef0 incorrectly references "gtk_menu_tracker_item_get_is_visible", which is undefined since GtkMenuTrackerItem's visible flag is private
Comment 1 Will Greenberg 2014-06-09 22:26:01 UTC
Created attachment 278167 [details] [review]
Fix for the bug

Simple substitution fix
Comment 2 Matthias Clasen 2014-06-12 03:23:55 UTC
Review of attachment 278167 [details] [review]:

ok