diff -r c7a4b7a24e05 -r 5d4730eca6a3 indra/newview/llfloaterworldmap.cpp --- a/indra/newview/llfloaterworldmap.cpp Thu Jun 30 19:37:56 2011 -0400 +++ b/indra/newview/llfloaterworldmap.cpp Fri Jul 01 17:15:51 2011 -0700 @@ -1070,7 +1070,7 @@ // Reset the tracking whenever we start typing into any of the search fields, // so that hitting does an auto-complete versus teleporting us to the // previously selected landmark/friend. - LLTracker::clearFocus(); + LLTracker::stopTracking(NULL); } void LLFloaterWorldMap::onSearchTextEntry( )