Merging in changes

This commit is contained in:
AlexVallat
2013-06-20 08:19:07 +01:00
parent f442a04520
commit dea5a7152f
6 changed files with 12 additions and 13 deletions

View File

@@ -145,9 +145,9 @@ namespace keepass2android
}
public PwGroup Search(SearchParameters searchParams)
public PwGroup Search(SearchParameters searchParams, IDictionary<PwUuid, String> resultContexts)
{
return SearchHelper.Search(this, searchParams);
return SearchHelper.Search(this, searchParams, resultContexts);
}