aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bookmarks/ephy-bookmark-action.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c
index b7a493d2e..ab8f0ea65 100644
--- a/src/bookmarks/ephy-bookmark-action.c
+++ b/src/bookmarks/ephy-bookmark-action.c
@@ -89,8 +89,6 @@ clipboard_text_received_cb (GtkClipboard *clipboard,
if (strcmp (text, gtk_entry_get_text (GTK_ENTRY (ctx->entry))) != 0)
{
gtk_entry_set_text (GTK_ENTRY (ctx->entry), text);
- ephy_bookmark_action_activate (EPHY_BOOKMARK_ACTION (ctx->weak_ptr),
- ctx->entry, ctx->flags);
}
}