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 613369 - Menu popup() release position func on call with undef
Menu popup() release position func on call with undef
Status: RESOLVED FIXED
Product: gnome-perl
Classification: Bindings
Component: Gtk2
unspecified
Other Linux
: Normal minor
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2010-03-19 21:41 UTC by Kevin Ryde
Modified: 2010-03-31 17:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
release previous position func on popup(undef) (2.56 KB, patch)
2010-03-19 21:41 UTC, Kevin Ryde
committed Details | Review

Description Kevin Ryde 2010-03-19 21:41:47 UTC
Created attachment 156589 [details] [review]
release previous position func on popup(undef)

If $menu->popup() is called with undef for its position function I wonder if it can release any previous position function it's holding onto, the same as when a new (not undef) position func is passed in, per attached diff?
Comment 1 Torsten Schoenfeld 2010-03-31 17:14:59 UTC
Committed, thanks.