anjuta r4525 - in trunk: . plugins/symbol-db



Author: mcora
Date: Fri Jan  2 13:16:59 2009
New Revision: 4525
URL: http://svn.gnome.org/viewvc/anjuta?rev=4525&view=rev

Log:
	* plugins/symbol-db/symbol-db-view-search.c
	(sdb_view_search_model_filter):
	fixed #566284 â search-view should match more

Modified:
   trunk/ChangeLog
   trunk/plugins/symbol-db/symbol-db-view-search.c

Modified: trunk/plugins/symbol-db/symbol-db-view-search.c
==============================================================================
--- trunk/plugins/symbol-db/symbol-db-view-search.c	(original)
+++ trunk/plugins/symbol-db/symbol-db-view-search.c	Fri Jan  2 13:16:59 2009
@@ -103,7 +103,7 @@
 	if (strlen (string))
 	{
 		gchar *pattern;
-		pattern = g_strdup_printf ("%s%%", string);
+		pattern = g_strdup_printf ("%%%s%%", string);
 			
 		iterator = symbol_db_engine_find_symbol_by_name_pattern (priv->sdbe, 
 										pattern, SYMINFO_SIMPLE| SYMINFO_FILE_PATH |



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