summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-02-09 17:14:57 -0800
committerRichard Linden <none@none>2012-02-09 17:14:57 -0800
commitef81320c3198e8f63eddeeecd99799747acfe3f9 (patch)
tree816ce0df7ef35c308414953798c92be5e4ee1771 /indra/newview/llinventorybridge.cpp
parentb72f1b59e8b673d9834bf18a466ec38e40650511 (diff)
parentaa345bd8f3844bdc2c5318d14b26343b91e6e573 (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience/
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
-rw-r--r--indra/newview/llinventorybridge.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp
index 257ceed912..daebfb5c86 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -1324,6 +1324,7 @@ void LLItemBridge::selectItem()
LLViewerInventoryItem* item = static_cast<LLViewerInventoryItem*>(getItem());
if(item && !item->isFinished())
{
+ //item->fetchFromServer();
LLInventoryModelBackgroundFetch::instance().start(item->getUUID(), false);
}
}