diff options
author | James Cook <james@lindenlab.com> | 2010-03-02 15:14:49 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-03-02 15:14:49 -0800 |
commit | 0957fa04395453e5b336ee77af3a21215f9369ca (patch) | |
tree | 5158132114f9ab14a6a0746bfb0d318e6d5a6920 /indra/newview | |
parent | 95479a75bb65e355fce8bc5bcc719cfd242b8c16 (diff) |
Fix for not being able to pick resident in avatar picker with display names on
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloateravatarpicker.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloateravatarpicker.cpp b/indra/newview/llfloateravatarpicker.cpp index 63bced27d9..ed458a4b02 100644 --- a/indra/newview/llfloateravatarpicker.cpp +++ b/indra/newview/llfloateravatarpicker.cpp @@ -520,6 +520,7 @@ void LLFloaterAvatarPicker::processResponse(const LLUUID& query_id, const LLSD& } childEnable("ok_btn"); + search_results->setEnabled(true); search_results->selectFirstItem(); onList(); search_results->setFocus(TRUE); |