Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 67768 | Differences between
and this patch

Collapse All | Expand All

(-)epiphany-extension/ephy-beagle-extension.c (-1 / +1 lines)
Lines 133-139 load_status_cb (EphyTab *tab, Link Here
133
		/* Get the page content. */
133
		/* Get the page content. */
134
		persist = EPHY_EMBED_PERSIST (ephy_embed_factory_new_object ("EphyEmbedPersist"));
134
		persist = EPHY_EMBED_PERSIST (ephy_embed_factory_new_object ("EphyEmbedPersist"));
135
		ephy_embed_persist_set_embed (persist, embed);
135
		ephy_embed_persist_set_embed (persist, embed);
136
		ephy_embed_persist_set_flags (persist, EMBED_PERSIST_NO_VIEW);
136
		ephy_embed_persist_set_flags (persist, EPHY_EMBED_PERSIST_NO_VIEW);
137
		content = ephy_embed_persist_to_string (persist);
137
		content = ephy_embed_persist_to_string (persist);
138
		g_object_unref (persist);
138
		g_object_unref (persist);
139
139

Return to bug 67768