epiphany r8263 - in trunk: . src/bookmarks



Author: diegoe
Date: Fri May 30 19:11:46 2008
New Revision: 8263
URL: http://svn.gnome.org/viewvc/epiphany?rev=8263&view=rev

Log:
Make the bookmarks editor search in urls and titles, closes: #328489.


Modified:
   trunk/   (props changed)
   trunk/src/bookmarks/ephy-bookmarks-editor.c

Modified: trunk/src/bookmarks/ephy-bookmarks-editor.c
==============================================================================
--- trunk/src/bookmarks/ephy-bookmarks-editor.c	(original)
+++ trunk/src/bookmarks/ephy-bookmarks-editor.c	Fri May 30 19:11:46 2008
@@ -1588,6 +1588,11 @@
 					 0);
 	ephy_node_filter_add_expression (editor->priv->bookmarks_filter,
 					 ephy_node_filter_expression_new (EPHY_NODE_FILTER_EXPRESSION_STRING_PROP_CONTAINS,
+									  EPHY_NODE_BMK_PROP_LOCATION,
+									  search_text),
+					 0);
+	ephy_node_filter_add_expression (editor->priv->bookmarks_filter,
+					 ephy_node_filter_expression_new (EPHY_NODE_FILTER_EXPRESSION_STRING_PROP_CONTAINS,
 									  EPHY_NODE_BMK_PROP_KEYWORDS,
 									  search_text),
 					 0);



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