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 167949 - epiphany-extension: coding error in ephy-beagle-extension.c
epiphany-extension: coding error in ephy-beagle-extension.c
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
0.0.x
Other Linux
: Normal normal
: Community
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2005-02-20 15:00 UTC by Joseph Sacco
Modified: 2005-05-28 14:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joseph Sacco 2005-02-20 15:00:18 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);
Comment 1 Joe Shaw 2005-02-22 21:41:07 UTC
what version of epiphany?  Our epiphany extension is essentially unmaintained
right now.
Comment 2 Joseph Sacco 2005-02-22 21:51:51 UTC
epiphany version = 1.5.6

-Joseph
Comment 3 Christian Persch 2005-03-14 13:19:33 UTC
My patch in bug 167948 fixes this too.
Comment 4 Christian Persch 2005-05-28 14:11:02 UTC
This is fixed with the commit from bug 167948.