aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/EphyWrapper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/mozilla/EphyWrapper.cpp b/embed/mozilla/EphyWrapper.cpp
index 6fc76a840..72ec50323 100644
--- a/embed/mozilla/EphyWrapper.cpp
+++ b/embed/mozilla/EphyWrapper.cpp
@@ -504,6 +504,7 @@ nsresult EphyWrapper::FindSetProperties (const PRUnichar *search_string,
finder->SetSearchString (search_string);
finder->SetMatchCase (case_sensitive);
+ finder->SetWrapFind (wrap_around);
return NS_OK;
}