diff options
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r-- | src/ephy-history-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 1dea398c6..7b36b261f 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -489,7 +489,7 @@ cmd_bookmark_link (GtkAction *action, location = ephy_node_get_property_string (node, EPHY_NODE_PAGE_PROP_LOCATION); title = ephy_node_get_property_string (node, EPHY_NODE_PAGE_PROP_TITLE); - ephy_bookmarks_ui_add_bookmark (location, title); + ephy_bookmarks_ui_add_bookmark (GTK_WINDOW (editor), location, title); } g_list_free (selection); |