GNOME Bugzilla – Bug 167949
epiphany-extension: coding error in ephy-beagle-extension.c
Last modified: 2005-05-28 14:11:02 UTC
Version details: 0.0.6 & 0.0.6.1 Distribution/Version: YDL-4.0.1 & garnome-2.9.91.1 There is a coding error in ephy-beagle-extension.c Here is the fix: --- ephy-beagle-extension.c 2005-02-19 21:36:54.000000000 -0500 +++ ephy-beagle-extension.c- 2005-02-19 21:36:32.000000000 -0500 @@ -133,7 +133,7 @@ /* Get the page content. */ persist = EPHY_EMBED_PERSIST (ephy_embed_factory_new_object ("EphyEmbedPersist")); ephy_embed_persist_set_embed (persist, embed); - ephy_embed_persist_set_flags (persist, EPHY_EMBED_PERSIST_NO_VIEW); + ephy_embed_persist_set_flags (persist, EMBED_PERSIST_NO_VIEW); content = ephy_embed_persist_to_string (persist); g_object_unref (persist);
what version of epiphany? Our epiphany extension is essentially unmaintained right now.
epiphany version = 1.5.6 -Joseph
My patch in bug 167948 fixes this too.
This is fixed with the commit from bug 167948.