aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorJacek Antonelli2009-01-18 15:21:34 -0600
committerJacek Antonelli2009-01-18 15:21:34 -0600
commitd21a17895b903032b3ea1a31b4298723a44b73a1 (patch)
treecf68cd89f2b19e01baf979864cea3b797d096a08 /linden/indra
parentCosmetic code cleanup in LLInventoryViewFinder. (diff)
downloadmeta-impy-d21a17895b903032b3ea1a31b4298723a44b73a1.zip
meta-impy-d21a17895b903032b3ea1a31b4298723a44b73a1.tar.gz
meta-impy-d21a17895b903032b3ea1a31b4298723a44b73a1.tar.bz2
meta-impy-d21a17895b903032b3ea1a31b4298723a44b73a1.tar.xz
LLFolderViewEventListener has type NIT_FOLDER.
This fixes folders always showing when filtering.
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelinventory.cpp b/linden/indra/newview/llpanelinventory.cpp
index e41ecdc..7277f05 100644
--- a/linden/indra/newview/llpanelinventory.cpp
+++ b/linden/indra/newview/llpanelinventory.cpp
@@ -146,7 +146,7 @@ public:
146 virtual BOOL isUpToDate() const { return TRUE; } 146 virtual BOOL isUpToDate() const { return TRUE; }
147 virtual BOOL hasChildren() const { return FALSE; } 147 virtual BOOL hasChildren() const { return FALSE; }
148 virtual LLInventoryType::EType getInventoryType() const { return LLInventoryType::IT_NONE; } 148 virtual LLInventoryType::EType getInventoryType() const { return LLInventoryType::IT_NONE; }
149 virtual LLInventoryType::NType getNInventoryType() const { return LLInventoryType::NIT_NONE; } 149 virtual LLInventoryType::NType getNInventoryType() const { return LLInventoryType::NIT_FOLDER; }
150 // LLDragAndDropBridge functionality 150 // LLDragAndDropBridge functionality
151 virtual BOOL startDrag(EDragAndDropType* type, LLUUID* id) const; 151 virtual BOOL startDrag(EDragAndDropType* type, LLUUID* id) const;
152 virtual BOOL dragOrDrop(MASK mask, BOOL drop, 152 virtual BOOL dragOrDrop(MASK mask, BOOL drop,