From 51eafb9ffeea5ae4fca0a40e94ddc60f295abf7b Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Wed, 27 May 2015 11:53:13 +0300 Subject: MAINT-1677 FIXED Explanation text doesn't disappear after creating "New classified" in the "Picks" dialog --- indra/newview/llpanelpicks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llpanelpicks.cpp b/indra/newview/llpanelpicks.cpp index d73a5b402e..55c09d85ea 100755 --- a/indra/newview/llpanelpicks.cpp +++ b/indra/newview/llpanelpicks.cpp @@ -432,7 +432,7 @@ void LLPanelPicks::processProperties(void* data, EAvatarProcessorType type) mNoPicks = !mPicksList->size(); } - else if(APT_CLASSIFIEDS == type) + else if((APT_CLASSIFIEDS == type) || (APT_CLASSIFIED_INFO == type)) { LLAvatarClassifieds* c_info = static_cast(data); if(c_info && getAvatarId() == c_info->target_id) -- cgit v1.2.3