aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventoryview.cpp
diff options
context:
space:
mode:
authorArmin Weatherwax2009-07-08 17:42:53 +0200
committerArmin Weatherwax2009-07-11 13:45:17 +0200
commit8f99d24a677cde192fb604ccf5dc8afbe26f557b (patch)
tree03c537a45e5611d150b9d8162e5f40365e97b0bb /linden/indra/newview/llinventoryview.cpp
parentBROKEN now consistantly crashes at startup STATE_PRECACHE (diff)
downloadmeta-impy-8f99d24a677cde192fb604ccf5dc8afbe26f557b.zip
meta-impy-8f99d24a677cde192fb604ccf5dc8afbe26f557b.tar.gz
meta-impy-8f99d24a677cde192fb604ccf5dc8afbe26f557b.tar.bz2
meta-impy-8f99d24a677cde192fb604ccf5dc8afbe26f557b.tar.xz
Broken: relog sometimes works once; fixed inventory and avatar not ruthed anymore.
deleted: Imprudence.log modified: linden/indra/newview/llagent.cpp modified: linden/indra/newview/llappviewer.cpp modified: linden/indra/newview/llinventorymodel.cpp modified: linden/indra/newview/llinventorymodel.h modified: linden/indra/newview/llinventoryview.cpp modified: linden/indra/newview/llviewerjointattachment.h modified: linden/indra/newview/llviewermenu.cpp deleted: mAttachedObject.diff.txt deleted: meerkat-llmenugl.diff.txt deleted: meerkat-message.diff.txt deleted: meerkat-pipeline.cpp.diff.txt deleted: meerkat-voice.diff.txt deleted: stack_trace.log
Diffstat (limited to 'linden/indra/newview/llinventoryview.cpp')
-rw-r--r--linden/indra/newview/llinventoryview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llinventoryview.cpp b/linden/indra/newview/llinventoryview.cpp
index 0f1eb2b..d79c6e9 100644
--- a/linden/indra/newview/llinventoryview.cpp
+++ b/linden/indra/newview/llinventoryview.cpp
@@ -941,6 +941,7 @@ void LLInventoryView::cleanup()
941 { 941 {
942 sActiveViews.get(i)->destroy(); 942 sActiveViews.get(i)->destroy();
943 } 943 }
944 gInventory.empty();
944} 945}
945 946
946void LLInventoryView::toggleFindOptions() 947void LLInventoryView::toggleFindOptions()