From 8be751c0fde138effd25b47d8956f863d432df66 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Sat, 22 Mar 2014 02:31:12 +0100 Subject: [PATCH] Just in case to be safe... --- indra/newview/fsfloaterimcontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/fsfloaterimcontainer.cpp b/indra/newview/fsfloaterimcontainer.cpp index d909e3a3c4..c76a9b4093 100644 --- a/indra/newview/fsfloaterimcontainer.cpp +++ b/indra/newview/fsfloaterimcontainer.cpp @@ -141,7 +141,7 @@ void FSFloaterIMContainer::initTabs() void FSFloaterIMContainer::onOpen(const LLSD& key) { LLMultiFloater::onOpen(key); - + initTabs(); LLFloater* active_floater = getActiveFloater(); if (active_floater && !active_floater->hasFocus()) {