From 7c981b48b6e357d4dcf68cbe3eafec90d92ad1b0 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Tue, 6 Mar 2012 21:22:54 +0100 Subject: ephy-history-view: use the new hosts and urls views --- src/ephy-shell.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/ephy-shell.c') diff --git a/src/ephy-shell.c b/src/ephy-shell.c index c9c575f91..a6648a356 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -1029,17 +1029,12 @@ ephy_shell_get_bookmarks_editor (EphyShell *shell) GtkWidget * ephy_shell_get_history_window (EphyShell *shell) { - EphyHistory *history; EphyHistoryService *service; if (shell->priv->history_window == NULL) { - history = EPHY_HISTORY - (ephy_embed_shell_get_global_history (embed_shell)); service = EPHY_HISTORY_SERVICE (ephy_embed_shell_get_global_history_service (embed_shell)); - g_assert (history != NULL); - shell->priv->history_window = ephy_history_window_new (history, - service); + shell->priv->history_window = ephy_history_window_new (service); g_signal_connect (shell->priv->history_window, "show", G_CALLBACK (toolwindow_show_cb), shell); -- cgit v1.2.3