diff --git a/mozilla/suite/browser/src/nsInternetSearchService.cpp b/mozilla/suite/browser/src/nsInternetSearchService.cpp index 5a34baae788..f4f46b17e9d 100755 --- a/mozilla/suite/browser/src/nsInternetSearchService.cpp +++ b/mozilla/suite/browser/src/nsInternetSearchService.cpp @@ -2295,7 +2295,8 @@ InternetSearchDataSourceCallback::OnStopRequest(nsIChannel* channel, nsISupports } } - PRBool trimItemEnd = PR_TRUE; + PRBool trimItemEnd = PR_FALSE; // rjc note: testing shows we should NEVER trim??? + // if resultItemEndStr is not specified, try making it the same as resultItemStartStr if (resultItemEndStr.Length() < 1) { diff --git a/mozilla/xpfe/components/search/src/nsInternetSearchService.cpp b/mozilla/xpfe/components/search/src/nsInternetSearchService.cpp index 5a34baae788..f4f46b17e9d 100755 --- a/mozilla/xpfe/components/search/src/nsInternetSearchService.cpp +++ b/mozilla/xpfe/components/search/src/nsInternetSearchService.cpp @@ -2295,7 +2295,8 @@ InternetSearchDataSourceCallback::OnStopRequest(nsIChannel* channel, nsISupports } } - PRBool trimItemEnd = PR_TRUE; + PRBool trimItemEnd = PR_FALSE; // rjc note: testing shows we should NEVER trim??? + // if resultItemEndStr is not specified, try making it the same as resultItemStartStr if (resultItemEndStr.Length() < 1) {