From cb8b5f6ba61b6fd11aae92ca9cb5fdee5032a877 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Mon, 17 May 2021 17:14:52 +0300 Subject: SL-15223 FIXED "Reason: 'Not Found'" error message floater is shown when delete the unlisted listing folder --- indra/newview/llinventoryfunctions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llinventoryfunctions.h') diff --git a/indra/newview/llinventoryfunctions.h b/indra/newview/llinventoryfunctions.h index 04eb962372..82bca1f84d 100644 --- a/indra/newview/llinventoryfunctions.h +++ b/indra/newview/llinventoryfunctions.h @@ -68,7 +68,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, bool perform_consistency_enforcement = true); +void update_marketplace_category(const LLUUID& cat_id, bool perform_consistency_enforcement = true, bool skip_clear_listing = false); // Nudge all listing categories to signal that their marketplace status changed void update_all_marketplace_count(); -- cgit v1.2.3