From 0a0f6dec5f6128990f4116c1f90e19691e30c3d2 Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Wed, 31 Mar 2010 16:46:16 +0300 Subject: fix for normal EXT-6346 SLapp group inspector link opens group profile instead https://codereview.productengine.com/secondlife/r/138/ reviwed vsavchuk --HG-- branch : product-engine --- indra/newview/llgroupactions.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llgroupactions.h') diff --git a/indra/newview/llgroupactions.h b/indra/newview/llgroupactions.h index e99df86cd9..7e00f2dbe3 100644 --- a/indra/newview/llgroupactions.h +++ b/indra/newview/llgroupactions.h @@ -65,6 +65,11 @@ public: */ static void show(const LLUUID& group_id); + /** + * Show group inspector floater. + */ + static void LLGroupActions::inspect(const LLUUID& group_id); + /** * Refresh group information panel. */ -- cgit v1.2.3 From eff5d1fbff9ed00762264f364c860a9f1c75902e Mon Sep 17 00:00:00 2001 From: Eugene Mutavchi Date: Wed, 31 Mar 2010 18:16:24 +0300 Subject: No ticket, fixed Linux build. --HG-- branch : product-engine --- indra/newview/llgroupactions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llgroupactions.h') diff --git a/indra/newview/llgroupactions.h b/indra/newview/llgroupactions.h index 7e00f2dbe3..55cae4db0b 100644 --- a/indra/newview/llgroupactions.h +++ b/indra/newview/llgroupactions.h @@ -68,7 +68,7 @@ public: /** * Show group inspector floater. */ - static void LLGroupActions::inspect(const LLUUID& group_id); + static void inspect(const LLUUID& group_id); /** * Refresh group information panel. -- cgit v1.2.3