diff options
author | Xan Lopez <xan@igalia.com> | 2012-03-20 19:15:09 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-03-20 19:15:09 +0800 |
commit | f788322f9acdf3b490e3bba7aaf3c4c8d66f9ffb (patch) | |
tree | 0382bb1e4cab624b9e80403de0e0379a92f97f15 /embed/ephy-web-view.c | |
parent | faf0c7c89a02f38e2272048ae6aa3ba3e11e5f63 (diff) | |
download | gsoc2013-epiphany-f788322f9acdf3b490e3bba7aaf3c4c8d66f9ffb.tar.gz gsoc2013-epiphany-f788322f9acdf3b490e3bba7aaf3c4c8d66f9ffb.tar.zst gsoc2013-epiphany-f788322f9acdf3b490e3bba7aaf3c4c8d66f9ffb.zip |
Remove EphyHistory from the repository. It's unused now.
Diffstat (limited to 'embed/ephy-web-view.c')
-rw-r--r-- | embed/ephy-web-view.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index 66c057d0e..5a5293ad4 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -33,7 +33,6 @@ #include "ephy-embed-utils.h" #include "ephy-embed.h" #include "ephy-file-helpers.h" -#include "ephy-history.h" #include "ephy-history-service.h" #include "ephy-permission-manager.h" #include "ephy-prefs.h" @@ -1610,7 +1609,6 @@ _ephy_web_view_set_icon_address (EphyWebView *view, { GObject *object = G_OBJECT (view); EphyWebViewPrivate *priv = view->priv; - EphyHistory *history; if (priv->icon != NULL) { g_object_unref (priv->icon); @@ -1619,12 +1617,8 @@ _ephy_web_view_set_icon_address (EphyWebView *view, g_object_notify (object, "icon"); } - if (icon_address && priv->address) { - history = EPHY_HISTORY (ephy_embed_shell_get_global_history (embed_shell)); - ephy_history_set_icon (history, priv->address, icon_address); - + if (icon_address && priv->address) _ephy_web_view_load_icon (view); - } } static void |