From e436d8d8dc093424b4e7d6dda3ca65076595d703 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 4 Aug 2008 13:18:33 +0000 Subject: Bug #378165: do not activate the smart bookmark entry after middle-clicking paste text into it. svn path=/branches/gnome-2-24/; revision=8378 --- src/bookmarks/ephy-bookmark-action.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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); } } -- cgit v1.2.3