summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpicks.cpp
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-05-27 11:53:13 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-05-27 11:53:13 +0300
commit51eafb9ffeea5ae4fca0a40e94ddc60f295abf7b (patch)
tree289c1b4f639473c29a02b80767080da8a76fa30b /indra/newview/llpanelpicks.cpp
parent5c7b29920e8ed409e7c8d87e52a1d0f35b2a14b2 (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-xindra/newview/llpanelpicks.cpp2
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)