aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 226d1e78a..fffcedfe1 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -240,8 +240,7 @@ window_cmd_file_bookmark_page (GtkAction *action,
embed = ephy_window_get_active_embed (window);
g_return_if_fail (embed != NULL);
- ephy_bookmarks_ui_add_bookmark (GTK_WIDGET (window),
- ephy_tab_get_address (tab),
+ ephy_bookmarks_ui_add_bookmark (ephy_tab_get_address (tab),
ephy_tab_get_title (tab));
}