diff options
author | Merov Linden <merov@lindenlab.com> | 2014-06-03 19:46:33 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-06-03 19:46:33 -0700 |
commit | 86d75052f65149da6bbe1ade5ea28b6f01aaba17 (patch) | |
tree | f370706050f60f04273a28d2bf733d80c74e6523 /indra/newview/llinventoryfunctions.h | |
parent | d5cd32a2a82473d504c04b00eb105290e5d61d08 (diff) |
DD-84 : Fix all active listing modification actions. Add specific message when listing will unlist. Make update skip consistency check when called from internal level (not public API).
Diffstat (limited to 'indra/newview/llinventoryfunctions.h')
-rwxr-xr-x | indra/newview/llinventoryfunctions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 5018e5a53e..d52618d795 100755 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -59,7 +59,7 @@ void show_item_original(const LLUUID& item_uuid); void reset_inventory_filter(); // Nudge the listing categories in the inventory to signal that their marketplace status changed -void update_marketplace_category(const LLUUID& cat_id); +void update_marketplace_category(const LLUUID& cat_id, bool skip_consistency_enforcement = false); // Nudge all listing categories to signal that their marketplace status changed void update_all_marketplace_count(); |