GNOME Bugzilla – Bug 500729
cc-license-viewer broken on trunk, ge-location no longer exists.
Last modified: 2007-12-02 02:07:41 UTC
ssia
Seems like the method for getting the active embed is missing :/. According to a quick guess of Xan on IRC, it should be .get_active_child() but no matter it's on the .defs and that EphyWindow is supposed to implement it, it's not available.
Created attachment 99959 [details] [review] wrap EphyEmbedContainer This patch applies to epiphany. This wraps EphyEmbedContainer so the python bindings can use get_active_child
Created attachment 99960 [details] [review] fix sample-menu and CC licence to use get_active_child This patch depends on the previous patch. Fixes to sample-python-menu and cc-licence-viewer to use get_active_child instead of get_active_tab.
Hi I've landed id=99960 in r1644. This should be fixed now. Cheers