gtk.RecentChooserMenu.get_current_item() always returning the first entry
Submitted by fwolff on Tue, 2009-01-20 21:07.
I'm using a the igemacintegration module from my python program. I moved my menu to the mac menu, but since then, gtk.RecentChooserMenu.get_current_item() is always returning the topmost item, no matter what the user clicks on. With a normal (gtk) menu, the RecentChooserMenu works as expected. Anything special required, or did I perhaps hit a bug?
OSX 10.5
Built-in python 2.5.1

It might be a bug, the mac
It might be a bug, the mac menu integration makes meny events arrive at a slight different spot than usual which might be the reason. I don't have time to investigate this currently though. One thing you could try is to add an idle callback in your menu callback and run the real code from the idle callback and see if that helps.