From f2da2c00a8c290cfb98adf5f53745a0108865ce9 Mon Sep 17 00:00:00 2001 From: Loren Shih Date: Mon, 30 Nov 2009 10:54:48 -0500 Subject: EXT-2859 : Landmark filters aren't explicitly fetching inventory recursively EXT-2815 : Create ability to selectively apply a filter LandmarkSP filters are now started explicitly whenever the Library / My Inventory accordion panels are opened. --HG-- branch : avatar-pipeline --- indra/newview/llinventorypanel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llinventorypanel.h') diff --git a/indra/newview/llinventorypanel.h b/indra/newview/llinventorypanel.h index fd23b375fa..fd83729630 100644 --- a/indra/newview/llinventorypanel.h +++ b/indra/newview/llinventorypanel.h @@ -192,6 +192,7 @@ protected: //-------------------------------------------------------------------- public: BOOL getIsViewsInitialized() const { return mViewsInitialized; } + const LLUUID& getStartFolderID() const { return mStartFolderID; } private: // Builds the UI. Call this once the inventory is usable. void initializeViews(); -- cgit v1.2.3