diff options
| -rw-r--r-- | indra/newview/llpanelteleporthistory.cpp | 7 | 
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/llpanelteleporthistory.cpp b/indra/newview/llpanelteleporthistory.cpp index b3e8588efc..43f80f6d6a 100644 --- a/indra/newview/llpanelteleporthistory.cpp +++ b/indra/newview/llpanelteleporthistory.cpp @@ -319,11 +319,8 @@ void LLTeleportHistoryPanel::draw()  // virtual  void LLTeleportHistoryPanel::onSearchEdit(const std::string& string)  { -	if (sFilterSubString != string) -	{ -		sFilterSubString = string; -		showTeleportHistory(); -	} +	sFilterSubString = string; +	showTeleportHistory();  }  // virtual  | 
