diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-04 16:56:17 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-04 16:56:17 -0700 |
commit | e1d2f71d348bafe0be783dcb3dfbeb56bc877c12 (patch) | |
tree | 8727ed160e14873ee2373ab71d796e7e3b8017e3 /indra/newview/llinventoryfunctions.h | |
parent | 6263a4fe6f38bd860e583f3819fb38c5c1d37efd (diff) |
DD-14 : Add all right click menu items for marketplace. Make Add, Activate and Deactivate work. Right click fails on non folder items though in marketplace
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rwxr-xr-x | indra/newview/llinventoryfunctions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index e6f9ef6d89..aab4db8adf 100755 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -76,6 +76,7 @@ void move_item_to_marketplacelistings(LLInventoryItem* inv_item, LLUUID dest_fol void move_folder_to_marketplacelistings(LLInventoryCategory* inv_cat, const LLUUID& dest_folder, bool copy = false); bool has_correct_permissions_for_sale(LLInventoryCategory* cat); void validate_marketplacelistings(LLInventoryCategory* inv_cat); +S32 depth_nesting_in_marketplace(LLUUID cur_uuid); /** Miscellaneous global functions ** ** |