X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FIntHistoryPresentationModel.cpp;h=cabc82fdb8eb3b8a5b9f07e0b99dd6f55c24c61e;hb=5a2ca0d204f5a5fffc4cd04f16f9571fecd5d8dd;hp=e42ebace523e8cadc4ae90c43eaa6d39f0c0c824;hpb=f7821682011bb7c2891f68c1c394e5d0ef2628d5;p=apps%2Fosp%2FInternet.git diff --git a/src/IntHistoryPresentationModel.cpp b/src/IntHistoryPresentationModel.cpp index e42ebac..cabc82f 100644 --- a/src/IntHistoryPresentationModel.cpp +++ b/src/IntHistoryPresentationModel.cpp @@ -1039,7 +1039,7 @@ HistoryPresentationModel::GetSearchHistoryCount(int& historyCount, String& text) query.Append(historyTable); query.Append(L".TITLE LIKE '%"); query.Append(text); - query.Append("% 'ESCAPE '/')"); + query.Append("%'ESCAPE '/')"); query.Append(" OR "); query.Append(L"("); query.Append(historyTable);