summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2010-01-19 18:03:25 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2010-01-19 18:03:25 +0200
commitf53f65cc1a90673af0b7dde970c175ed9acd60fc (patch)
treeef1ca4ce7a1992345e147dbd009df2ed2c87c413 /indra/newview/llviewermessage.cpp
parent6fac1bf369f6f0fecd5724f8cff801d3b755cda0 (diff)
Update for normal bug EXT-3749 - Clicking landmark attachment on Group notices doesn't open side panel.
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rw-r--r--indra/newview/llviewermessage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 8372711cd1..6061d23477 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -961,6 +961,7 @@ void open_inventory_offer(const std::vector<LLUUID>& items, const std::string& f
const BOOL auto_open = gSavedSettings.getBOOL("ShowInInventory") &&
(asset_type != LLAssetType::AT_CALLINGCARD) &&
(item->getInventoryType() != LLInventoryType::IT_ATTACHMENT) &&
+ (asset_type != LLAssetType::AT_LANDMARK) &&
!from_name.empty();
LLInventoryPanel *active_panel = LLInventoryPanel::getActiveInventoryPanel(auto_open);
if(active_panel)