summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepanelinventorysubpanel.cpp
diff options
context:
space:
mode:
authorskolb <none@none>2009-12-17 09:28:49 -0800
committerskolb <none@none>2009-12-17 09:28:49 -0800
commitcbbd8dcf22f9629529b11c4c86fd9271dfaa5e24 (patch)
treec0e5796e4704017f34ec44efbbfe703be669cd1c /indra/newview/llsidepanelinventorysubpanel.cpp
parentf713efe298c73408d59d042a0d35763a96a5bc5f (diff)
parentc08699f900bf1560f61ea05e44449e90bb02c708 (diff)
local merge
Diffstat (limited to 'indra/newview/llsidepanelinventorysubpanel.cpp')
-rw-r--r--indra/newview/llsidepanelinventorysubpanel.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llsidepanelinventorysubpanel.cpp b/indra/newview/llsidepanelinventorysubpanel.cpp
index 793904faa8..56e342c3ce 100644
--- a/indra/newview/llsidepanelinventorysubpanel.cpp
+++ b/indra/newview/llsidepanelinventorysubpanel.cpp
@@ -95,7 +95,9 @@ void LLSidepanelInventorySubpanel::setIsEditing(BOOL edit)
BOOL LLSidepanelInventorySubpanel::getIsEditing() const
{
- return mIsEditing;
+
+ return TRUE; // Default everything to edit mode since we're not using an edit button anymore.
+ // return mIsEditing;
}
void LLSidepanelInventorySubpanel::reset()