aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index a344060ab..c657275a1 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -304,7 +304,7 @@ get_target_window (EphyHistoryWindow *editor)
}
else
{
- return GTK_WIDGET (ephy_shell_get_active_window (ephy_shell));
+ return GTK_WIDGET (gtk_application_get_active_window (GTK_APPLICATION (ephy_shell)));
}
}