diff options
author | Merov Linden <merov@lindenlab.com> | 2014-08-14 23:05:01 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-08-14 23:05:01 -0700 |
commit | 906927a99ff15a1441b629c58fd3f5a150820c47 (patch) | |
tree | 20aaa7c5377031b77607ab838e71a80185a25ce0 /indra/newview/llfloatermarketplacelistings.h | |
parent | 349497ce56e6338a18e515c30c1af5aca84c448d (diff) |
DD-112 : Disable the add folder button if the tab doesn't support drop on root
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h index c472bfa4c5..1c46220267 100755 --- a/indra/newview/llfloatermarketplacelistings.h +++ b/indra/newview/llfloatermarketplacelistings.h @@ -65,6 +65,7 @@ private: void onAddButtonClicked(); void onAuditButtonClicked(); void onSelectionChange(LLInventoryPanel *panel, const std::deque<LLFolderViewItem*>& items, BOOL user_action); + void onTabChange(); LLInventoryPanel* mAllPanel; LLInventoryFilter::ESortOrderType mSortOrder; |