diff options
author | Leslie Linden <leslie@lindenlab.com> | 2012-01-04 14:04:32 -0800 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2012-01-04 14:04:32 -0800 |
commit | 912833bafa9a59734432787158e36b66ee9586aa (patch) | |
tree | 6addcb4625104fb785bf381d772f9dc38f75650c /indra/newview/llfolderviewitem.h | |
parent | 52fab641041ed1ba409a03fee77a0cdaec86dea2 (diff) |
EXP-1738 FIX -- Disable drag and drop to folders in the outbox that would create a hierarchy that contains too many folders
* Updated drag and drop to correctly handle moving to and from outbox as opposed to within the outbox when dealing with
folder and item count limitations related to depth and total folder count.
Diffstat (limited to 'indra/newview/llfolderviewitem.h')
-rw-r--r-- | indra/newview/llfolderviewitem.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llfolderviewitem.h b/indra/newview/llfolderviewitem.h index 02461fb144..0f8c3edef8 100644 --- a/indra/newview/llfolderviewitem.h +++ b/indra/newview/llfolderviewitem.h @@ -547,11 +547,11 @@ public: void* cargo_data, EAcceptance* accept, std::string& tooltip_msg); - BOOL handleDragAndDropToRoot(MASK mask, BOOL drop, - EDragAndDropType cargo_type, - void* cargo_data, - EAcceptance* accept, - std::string& tooltip_msg); + BOOL handleDragAndDropToThisFolder(MASK mask, BOOL drop, + EDragAndDropType cargo_type, + void* cargo_data, + EAcceptance* accept, + std::string& tooltip_msg); virtual void draw(); time_t getCreationDate() const; |