From 1e674a63960c512b0d66e987ee29c2d14446bf3c Mon Sep 17 00:00:00 2001 From: Claudio Saavedra Date: Fri, 26 Aug 2011 14:28:09 +0300 Subject: Add a EphyBrowseHistory instance to EphyEmbed --- embed/ephy-embed.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'embed') diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index a458e9605..097d3c070 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -36,6 +36,7 @@ #include "ephy-embed-utils.h" #include "ephy-file-helpers.h" #include "ephy-history.h" +#include "ephy-browse-history.h" #include "ephy-prefs.h" #include "ephy-settings.h" #include "ephy-string.h" @@ -70,6 +71,7 @@ struct _EphyEmbedPrivate GtkPaned *paned; WebKitWebView *web_view; EphyHistory *history; + EphyBrowseHistory *browse_history; GtkWidget *inspector_window; GtkWidget *inspector_web_view; GtkWidget *inspector_scrolled_window; @@ -819,6 +821,7 @@ ephy_embed_constructed (GObject *object) ephy_embed_prefs_add_embed (embed); priv->history = EPHY_HISTORY (ephy_embed_shell_get_global_history (ephy_embed_shell_get_default ())); + priv->browse_history = EPHY_BROWSE_HISTORY (ephy_embed_shell_get_global_browse_history (ephy_embed_shell_get_default ())); g_signal_connect (priv->history, "cleared", G_CALLBACK (ephy_embed_history_cleared_cb), -- cgit v1.2.3