diff options
author | Merov Linden <merov@lindenlab.com> | 2014-05-01 17:36:17 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-05-01 17:36:17 -0700 |
commit | 87192990592f9abda8314393bdcac3627c15d5ac (patch) | |
tree | 066035a26ea60c8ab6b203559377e060c4b1fd9d /indra/newview/llinventoryfunctions.h | |
parent | 7df858622bf379781246f23445f86ead4ad3288a (diff) |
DD-81 : Fixed the stock folder count update using an inventory observer. This observe other changes as well of interest to marketplace and should improve consistency in general
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rwxr-xr-x | indra/newview/llinventoryfunctions.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index a31bc9dbdd..aecbe816c4 100755 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -58,8 +58,10 @@ void show_task_item_profile(const LLUUID& item_uuid, const LLUUID& object_id); void show_item_original(const LLUUID& item_uuid); void reset_inventory_filter(); -// Just nudge the category in the global inventory to signal that its marketplace status changed +// Nudge the listing categories in the inventory to signal that their marketplace status changed void update_marketplace_category(const LLUUID& cat_id); +// Nudge all listing categories to signal that their marketplace status changed +void update_all_marketplace_count(); void rename_category(LLInventoryModel* model, const LLUUID& cat_id, const std::string& new_name); |