summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorybridge.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2009-11-10 14:26:17 -0500
committerNat Goodspeed <nat@lindenlab.com>2009-11-10 14:26:17 -0500
commitd1e3062ae4b9fa182ea4942117fd37579261fc8c (patch)
tree0c9f737c835d6ee4f8faaf02f026fc4703f08183 /indra/newview/llinventorybridge.cpp
parent37806fe4b2c0a83a5e8b1b2e9b7f260da494488e (diff)
parent033d61ddb312080dc986803f6c1921cbd554c598 (diff)
Merge
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 84e0f58c4b..1bc9297bba 100644
--- a/indra/newview/llinventorybridge.cpp
+++ b/indra/newview/llinventorybridge.cpp
@@ -2130,6 +2130,7 @@ void LLFolderBridge::openItem()
lldebugs << "LLFolderBridge::openItem()" << llendl;
LLInventoryModel* model = getInventoryModel();
if(!model) return;
+ if(mUUID.isNull()) return;
bool fetching_inventory = model->fetchDescendentsOf(mUUID);
// Only change folder type if we have the folder contents.
if (!fetching_inventory)