From 3203c126d88ef877255585273cf728e9e597f195 Mon Sep 17 00:00:00 2001 From: phr0z3nt04st Date: Mon, 7 Jun 2010 19:45:59 -0500 Subject: [PATCH] More random changes to message log floater --- indra/newview/llfloatermessagelog.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/indra/newview/llfloatermessagelog.cpp b/indra/newview/llfloatermessagelog.cpp index e400f14f9..2ea6e7e01 100644 --- a/indra/newview/llfloatermessagelog.cpp +++ b/indra/newview/llfloatermessagelog.cpp @@ -447,8 +447,10 @@ BOOL LLMessageLogFilterApply::tick() } return TRUE; } - - LLFloaterMessageLog::sInstance->conditionalLog(LLFloaterMessageLogItem((*mIter))); + if((*mIter).mData.size()) + { + LLFloaterMessageLog::sInstance->conditionalLog(LLFloaterMessageLogItem((*mIter))); + } mIter++; mProgress++;