From 06aa2322b2b769fec118ac1f2f0f51c915f5ec23 Mon Sep 17 00:00:00 2001 From: "Brad Payne (Vir Linden)" Date: Tue, 20 Jul 2010 11:21:18 -0400 Subject: EXT-8360 FIX - cleanup --- indra/newview/llcofwearables.cpp | 1 + indra/newview/llinventoryobserver.h | 2 +- indra/newview/llpaneloutfitedit.cpp | 3 --- 3 files changed, 2 insertions(+), 4 deletions(-) (limited to 'indra') diff --git a/indra/newview/llcofwearables.cpp b/indra/newview/llcofwearables.cpp index 0e03fd8833..f75ea23351 100644 --- a/indra/newview/llcofwearables.cpp +++ b/indra/newview/llcofwearables.cpp @@ -393,6 +393,7 @@ void LLCOFWearables::refresh() return; } + // BAP - removed check; does not detect item name changes. //if (mCOFVersion == catp->getVersion()) return; mCOFVersion = catp->getVersion(); diff --git a/indra/newview/llinventoryobserver.h b/indra/newview/llinventoryobserver.h index e9f39ba1f2..ccd5fa5f4e 100644 --- a/indra/newview/llinventoryobserver.h +++ b/indra/newview/llinventoryobserver.h @@ -40,7 +40,7 @@ class LLViewerInventoryCategory; -//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~v~~~~~~~~~~~~~~~~~~~~~~~~~~~ +//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Class LLInventoryObserver // // A simple abstract base class that can relay messages when the inventory diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp index bb8c01bccf..f764d1802b 100644 --- a/indra/newview/llpaneloutfitedit.cpp +++ b/indra/newview/llpaneloutfitedit.cpp @@ -1087,9 +1087,6 @@ void LLPanelOutfitEdit::getSelectedItemsUUID(uuid_vec_t& uuid_list) void LLPanelOutfitEdit::onCOFChanged() { - //the panel is only updated when is visible to a user -// if (!isInVisibleChain()) return; - update(); } -- cgit v1.2.3