summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorSergei Litovchuk <slitovchuk@productengine.com>2009-12-09 21:56:21 +0200
committerSergei Litovchuk <slitovchuk@productengine.com>2009-12-09 21:56:21 +0200
commitdac8632a7ce58dfe80122469b0bd03e36f31ffb2 (patch)
tree41aef5df45046e56dc7b360db759ab65d5acc5ce /indra/newview
parentb9d0bc8c8e356e65a1dccf9727c1463ec797f2f4 (diff)
build fix
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llsyswellwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llsyswellwindow.cpp b/indra/newview/llsyswellwindow.cpp
index 5ea2ee65e4..1ebf624eeb 100644
--- a/indra/newview/llsyswellwindow.cpp
+++ b/indra/newview/llsyswellwindow.cpp
@@ -780,7 +780,7 @@ void LLIMWellWindow::addObjectRow(const LLUUID& object_id, bool new_message/* =
ObjectRowPanel* item = new ObjectRowPanel(object_id, new_message);
if (mMessageList->insertItemAfter(mSeparator, item, object_id))
{
- handleItemAdded(IT_OBJECT);
+ handleItemAdded(IT_INSTANT_MESSAGE);
}
else
{
@@ -795,7 +795,7 @@ void LLIMWellWindow::removeObjectRow(const LLUUID& object_id)
{
if (mMessageList->removeItemByValue(object_id))
{
- handleItemRemoved(IT_OBJECT);
+ handleItemRemoved(IT_INSTANT_MESSAGE);
}
else
{