diff options
Diffstat (limited to 'src/window-commands.c')
-rw-r--r-- | src/window-commands.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index b6cf9e90e..557391704 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -247,7 +247,7 @@ void window_cmd_go_bookmarks (EggAction *action, EphyWindow *window) { - ephy_shell_show_bookmarks_editor (ephy_shell); + ephy_shell_show_bookmarks_editor (ephy_shell, GTK_WIDGET (window)); } void @@ -616,7 +616,7 @@ void window_cmd_go_history (EggAction *action, EphyWindow *window) { - ephy_shell_show_history_window (ephy_shell); + ephy_shell_show_history_window (ephy_shell, GTK_WIDGET (window)); } void |