Skip to content
Snippets Groups Projects
Commit 51eafb9f authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

MAINT-1677 FIXED Explanation text doesn't disappear after creating "New...

MAINT-1677 FIXED Explanation text doesn't disappear after creating "New classified" in the "Picks" dialog
parent 5c7b2992
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment