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 51425f9f8..48bae8e42 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -480,7 +480,7 @@ cmd_bookmark_link (GtkAction *action, GtkWidget *new_bookmark; GList *selection; - window = GTK_WINDOW(get_target_window (editor)); + window = GTK_WINDOW (editor); bookmarks = ephy_shell_get_bookmarks (ephy_shell); selection = ephy_node_view_get_selection (EPHY_NODE_VIEW (editor->priv->pages_view)); |