diff options
author | Eric Tulla <tulla@lindenlab.com> | 2009-09-30 16:05:41 +0000 |
---|---|---|
committer | Eric Tulla <tulla@lindenlab.com> | 2009-09-30 16:05:41 +0000 |
commit | a3ba111e39be0bfa0278dfce66f4608fac7c0aa2 (patch) | |
tree | 92ae2429b888c6bfa7856e18a51a5ad4f78afa22 /indra/newview/llfloaterinventory.h | |
parent | 6c70154cd1e5757e879f3f7463c0fedd69d82b63 (diff) |
Cherry pick of simple fix for duplicate inventory folders (one non working) in some inventory panel views.
Result of:
svn merge -c 134827 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/currently-worn-folder-10 .
Diffstat (limited to 'indra/newview/llfloaterinventory.h')
-rw-r--r-- | indra/newview/llfloaterinventory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterinventory.h b/indra/newview/llfloaterinventory.h index a40efe020b..1aaac74c87 100644 --- a/indra/newview/llfloaterinventory.h +++ b/indra/newview/llfloaterinventory.h @@ -179,6 +179,7 @@ protected: LLScrollContainer* mScroller; BOOL mAllowMultiSelect; std::string mSortOrderSetting; + bool mHasInventoryConnection; }; class LLFloaterInventory; |