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 500729 - cc-license-viewer broken on trunk, ge-location no longer exists.
cc-license-viewer broken on trunk, ge-location no longer exists.
Status: RESOLVED FIXED
Product: epiphany-extensions
Classification: Deprecated
Component: general
master
Other Linux
: Normal normal
: ---
Assigned To: epiphany-extensions-maint
epiphany-extensions-maint
Depends on:
Blocks:
 
 
Reported: 2007-11-30 21:32 UTC by Diego Escalante Urrelo (not reading bugmail)
Modified: 2007-12-02 02:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
wrap EphyEmbedContainer (783 bytes, patch)
2007-12-01 10:10 UTC, Jan Alonzo
committed Details | Review
fix sample-menu and CC licence to use get_active_child (2.30 KB, patch)
2007-12-01 10:11 UTC, Jan Alonzo
committed Details | Review

Description Diego Escalante Urrelo (not reading bugmail) 2007-11-30 21:32:31 UTC
ssia
Comment 1 Diego Escalante Urrelo (not reading bugmail) 2007-11-30 22:04:58 UTC
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.
Comment 2 Jan Alonzo 2007-12-01 10:10:25 UTC
Created attachment 99959 [details] [review]
wrap EphyEmbedContainer 

This patch applies to epiphany. This wraps EphyEmbedContainer so the python bindings can use get_active_child
Comment 3 Jan Alonzo 2007-12-01 10:11:36 UTC
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.
Comment 4 Jan Alonzo 2007-12-02 02:07:41 UTC
Hi

I've landed id=99960 in r1644. This should be fixed now.

Cheers