GNOME Bugzilla – Bug 631765
Override for TreeSelection.get_selected
Last modified: 2010-10-11 17:59:04 UTC
Created attachment 172022 [details] [review] Adds TreeSelection override Currently, the method returns a tuple with 3 entries, where the first is a boolean indicating if the call was successful. The patch strips the first element to be compliant with PyGTK.
Comment on attachment 172022 [details] [review] Adds TreeSelection override Feel free to commit any of these GSuccess fixes without review (as long as you don't add any other functionality). Colin is up in air whether or not he wants to add a GSuccess annotation so for now this is the way to fix the issue.
Just committed this patch.