Index: gconf-search.c =================================================================== RCS file: /cvs/gnome/gconf-editor/src/gconf-search.c,v retrieving revision 1.3 diff -u -p -r1.3 gconf-search.c --- gconf-search.c 22 Aug 2004 09:45:14 -0000 1.3 +++ gconf-search.c 4 Jan 2005 16:37:54 -0000 @@ -88,7 +88,10 @@ gconf_tree_model_search_iter_foreach (Gt gedit_output_window_append_line (st->output_window, key, FALSE); st->res++; gconf_entry_free (entry); - return FALSE; + /* After finding an entry continue the list to find other matches + * Key value need not be searched as it returns the same value + */ + continue; } } @@ -112,7 +115,6 @@ gconf_tree_model_search_iter_foreach (Gt gedit_output_window_append_line (st->output_window, key, FALSE); st->res++; gconf_entry_free (entry); - return FALSE; } } gconf_entry_free (entry);