Fixed normal bug EXT-5087 - Clicking on IMWell item does not open minimized multi tabbed IM floater.

--HG--
branch : product-engine
master
Dmitry Zaporozhan 2010-02-09 13:39:45 +02:00
parent a567b5f24b
commit aa30d0550c
1 changed files with 1 additions and 6 deletions

View File

@ -407,12 +407,7 @@ LLIMFloater* LLIMFloater::show(const LLUUID& session_id)
}
}
if (floater_container)
{
//selecting the panel resets a chiclet's counter
floater_container->selectFloater(floater);
floater_container->setVisible(TRUE);
}
floater->openFloater(floater->getKey());
}
else
{