aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index fd450634f..47b51f7c8 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -781,8 +781,8 @@ ephy_shell_get_history_window (EphyShell *shell)
if (shell->priv->history_window == NULL)
{
- history = ephy_embed_shell_get_global_history
- (EPHY_EMBED_SHELL (ephy_shell));
+ history = EPHY_HISTORY
+ (ephy_embed_shell_get_global_history (embed_shell));
g_assert (history != NULL);
shell->priv->history_window = ephy_history_window_new (history);