diff options
Diffstat (limited to 'src/history-dialog.c')
-rwxr-xr-x | src/history-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/history-dialog.c b/src/history-dialog.c index ac9aa5449..3ac3be2c7 100755 --- a/src/history-dialog.c +++ b/src/history-dialog.c @@ -367,7 +367,7 @@ history_dialog_init (HistoryDialog *dialog) dialog->priv = g_new0 (HistoryDialogPrivate, 1); - ges = ephy_shell_get_embed_shell (ephy_shell); + ges = EPHY_EMBED_SHELL (ephy_shell); dialog->priv->gh = ephy_embed_shell_get_global_history (ges); g_return_if_fail (dialog->priv->gh != NULL); |