diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index c0aee9d6b..49a9e2625 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -591,7 +591,7 @@ void window_cmd_go_history (EggAction *action, EphyWindow *window) { - ephy_window_show_history (window); + ephy_shell_show_history_window (ephy_shell); } void |