summaryrefslogtreecommitdiff
path: root/indra/newview/llpreview.cpp
diff options
context:
space:
mode:
authorEli Linden <eli@lindenlab.com>2010-04-14 14:49:52 -0700
committerEli Linden <eli@lindenlab.com>2010-04-14 14:49:52 -0700
commit9312f2f4744d75179e8ff392071cc1af99c0b57e (patch)
tree6c362ebf03ee68c93124272ba5632b6a05b5f3b8 /indra/newview/llpreview.cpp
parentc7fa24ea86ca2a02b4797328cbb9f2c03d8c6ee2 (diff)
parent8dd62863092b10e012db20e818e72b53fd2ed84a (diff)
Merge
Diffstat (limited to 'indra/newview/llpreview.cpp')
-rw-r--r--indra/newview/llpreview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreview.cpp b/indra/newview/llpreview.cpp
index d0db77dcbe..dd31a62642 100644
--- a/indra/newview/llpreview.cpp
+++ b/indra/newview/llpreview.cpp
@@ -138,7 +138,7 @@ void LLPreview::onCommit()
const LLViewerInventoryItem *item = dynamic_cast<const LLViewerInventoryItem*>(getItem());
if(item)
{
- if (!item->isComplete())
+ if (!item->isFinished())
{
// We are attempting to save an item that was never loaded
llwarns << "LLPreview::onCommit() called with mIsComplete == FALSE"