diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-05-27 11:53:13 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-05-27 11:53:13 +0300 |
commit | 51eafb9ffeea5ae4fca0a40e94ddc60f295abf7b (patch) | |
tree | 289c1b4f639473c29a02b80767080da8a76fa30b /indra/newview/llpanelpicks.cpp | |
parent | 5c7b29920e8ed409e7c8d87e52a1d0f35b2a14b2 (diff) |
MAINT-1677 FIXED Explanation text doesn't disappear after creating "New classified" in the "Picks" dialog
Diffstat (limited to 'indra/newview/llpanelpicks.cpp')
-rwxr-xr-x | indra/newview/llpanelpicks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<LLAvatarClassifieds*>(data); if(c_info && getAvatarId() == c_info->target_id) |