aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt7
-rw-r--r--linden/indra/newview/llpanelinventory.cpp2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 90410fb..aa683a5 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,10 @@
12009-01-18 Jacek Antonelli <jacek.antonelli@gmail.com>
2
3 * linden/indra/newview/llpanelinventory.cpp:
4 LLFolderViewEventListener has type NIT_FOLDER.
5 This fixes folders always showing when filtering.
6
7
12009-01-16 Jacek Antonelli <jacek.antonelli@gmail.com> 82009-01-16 Jacek Antonelli <jacek.antonelli@gmail.com>
2 9
3 * linden/indra/newview/llinventoryview.cpp: 10 * linden/indra/newview/llinventoryview.cpp:
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,