From 0957fa04395453e5b336ee77af3a21215f9369ca Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 2 Mar 2010 15:14:49 -0800 Subject: Fix for not being able to pick resident in avatar picker with display names on --- indra/newview/llfloateravatarpicker.cpp | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3