diff options
| author | angela <angela@lindenlab.com> | 2009-11-10 12:15:42 +0800 |
|---|---|---|
| committer | angela <angela@lindenlab.com> | 2009-11-10 12:15:42 +0800 |
| commit | ae27a93395ef01535e03e02ec9fa5e221ce58e23 (patch) | |
| tree | 0529dc96ad0f1ed9513652aad18e9702d676b772 /indra/newview/llinventorymodel.cpp | |
| parent | 5662a8d126b3dab1100aab014aeaeb1752dba26a (diff) | |
| parent | 6106c9a7dadcf0ba4a33ad1ee826ccd31909b893 (diff) | |
Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
| -rw-r--r-- | indra/newview/llinventorymodel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 2693396841..4b7e364cf9 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -1271,6 +1271,8 @@ void LLInventoryModel::fetchInventoryResponder::error(U32 status, const std::str bool LLInventoryModel::fetchDescendentsOf(const LLUUID& folder_id) { + if(folder_id.isNull()) return false; + LLViewerInventoryCategory* cat = getCategory(folder_id); if(!cat) { |
