summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorKadah_Coba <kadah.coba@gmail.com>2011-07-01 17:15:51 -0700
committerKadah_Coba <kadah.coba@gmail.com>2011-07-01 17:15:51 -0700
commitb46f89e2806a5f7a4d2b11304e4d285d2de32241 (patch)
treec22b32a2ee63f898c086a65e8e96e78bdda921a3 /indra
parent662a92784328f31b680f4f049350dd0f6cacf4c7 (diff)
VWR-25753 Searching in the world map clears the destination arrow but not the destination beacon
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llfloaterworldmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp
index b3910982d1..eb3c7ee469 100755
--- a/indra/newview/llfloaterworldmap.cpp
+++ b/indra/newview/llfloaterworldmap.cpp
@@ -1070,7 +1070,7 @@ void LLFloaterWorldMap::onComboTextEntry()
// Reset the tracking whenever we start typing into any of the search fields,
// so that hitting <enter> does an auto-complete versus teleporting us to the
// previously selected landmark/friend.
- LLTracker::clearFocus();
+ LLTracker::stopTracking(NULL);
}
void LLFloaterWorldMap::onSearchTextEntry( )