More random changes to message log floater

This commit is contained in:
phr0z3nt04st
2010-06-07 19:45:59 -05:00
parent 08fbdfce43
commit 3203c126d8

View File

@@ -447,8 +447,10 @@ BOOL LLMessageLogFilterApply::tick()
} }
return TRUE; return TRUE;
} }
if((*mIter).mData.size())
LLFloaterMessageLog::sInstance->conditionalLog(LLFloaterMessageLogItem((*mIter))); {
LLFloaterMessageLog::sInstance->conditionalLog(LLFloaterMessageLogItem((*mIter)));
}
mIter++; mIter++;
mProgress++; mProgress++;