summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryitemslist.cpp
diff options
context:
space:
mode:
authorEli Linden <eli@lindenlab.com>2010-05-11 17:21:29 -0700
committerEli Linden <eli@lindenlab.com>2010-05-11 17:21:29 -0700
commit45dcce5fdcfe09a19870f44c6667c63b48b10cee (patch)
tree7d2cd8b6824af5036618429e795742cff374a489 /indra/newview/llinventoryitemslist.cpp
parent42b9c4644d7b6a8bf32871f849cef6ae73e1320f (diff)
parentcec79c7ae133b91288fc4e58329d82cd2463efd5 (diff)
Merge
Diffstat (limited to 'indra/newview/llinventoryitemslist.cpp')
-rw-r--r--indra/newview/llinventoryitemslist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryitemslist.cpp b/indra/newview/llinventoryitemslist.cpp
index 2be78787fe..f48e7b3966 100644
--- a/indra/newview/llinventoryitemslist.cpp
+++ b/indra/newview/llinventoryitemslist.cpp
@@ -130,7 +130,7 @@ BOOL LLPanelInventoryListItemBase::postBuild()
setIconCtrl(getChild<LLIconCtrl>("item_icon"));
setTitleCtrl(getChild<LLTextBox>("item_name"));
- mIconImage = LLInventoryIcon::getIcon(mItem->getType(), mItem->getInventoryType(), mItem->getFlags(), FALSE);
+ mIconImage = LLInventoryIcon::getIcon(mItem->getType(), mItem->getInventoryType(), mItem->getIsLinkType(), mItem->getFlags(), FALSE);
setNeedsRefresh(true);