From e367c412988a55515fb68179d21f5d1c19249969 Mon Sep 17 00:00:00 2001 From: Sergei Litovchuk Date: Tue, 2 Feb 2010 18:48:40 +0200 Subject: Working on (EXT-4347) Moving object contents to inventory opens files, changes menu. - Removing LLPanelPlaces dependency from open_inventory_offer handler. - Added landmark offer handling to Places panel. --HG-- branch : product-engine --- indra/newview/llviewermessage.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llviewermessage.h') diff --git a/indra/newview/llviewermessage.h b/indra/newview/llviewermessage.h index 1415c16090..7dd629dcfd 100644 --- a/indra/newview/llviewermessage.h +++ b/indra/newview/llviewermessage.h @@ -203,6 +203,11 @@ void process_initiate_download(LLMessageSystem* msg, void**); void start_new_inventory_observer(); void open_inventory_offer(const std::vector& items, const std::string& from_name); +// Returns true if item is not in certain "quiet" folder which don't need UI +// notification (e.g. trash, cof, lost-and-found) and agent is not AFK, false otherwise. +// Returns false if item is not found. +bool highlight_offered_item(const LLUUID& item_id); + struct LLOfferInfo { LLOfferInfo() -- cgit v1.2.3