epiphany r8378 - branches/gnome-2-24/src/bookmarks



Author: cosimoc
Date: Mon Aug  4 13:18:33 2008
New Revision: 8378
URL: http://svn.gnome.org/viewvc/epiphany?rev=8378&view=rev

Log:
Bug #378165: do not activate the smart bookmark entry after middle-clicking
paste text into it.


Modified:
   branches/gnome-2-24/src/bookmarks/ephy-bookmark-action.c

Modified: branches/gnome-2-24/src/bookmarks/ephy-bookmark-action.c
==============================================================================
--- branches/gnome-2-24/src/bookmarks/ephy-bookmark-action.c	(original)
+++ branches/gnome-2-24/src/bookmarks/ephy-bookmark-action.c	Mon Aug  4 13:18:33 2008
@@ -89,8 +89,6 @@
 		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);
 		}
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]