From 458d318aebd7a7da8ea2c594b8df2f285f7efded Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Mon, 25 Mar 2019 17:19:11 +0200 Subject: SL-10804 [Legacy Profiles] Second Life tab block button size and focus --- indra/newview/llavataractions.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'indra/newview/llavataractions.h') diff --git a/indra/newview/llavataractions.h b/indra/newview/llavataractions.h index 6845d7675b..7dd358309c 100644 --- a/indra/newview/llavataractions.h +++ b/indra/newview/llavataractions.h @@ -134,9 +134,10 @@ public: static void shareWithAvatars(LLView * panel); /** - * Block/unblock the avatar. + * Block/unblock the avatar by id. + * Returns true if blocked, returns false if unblocked */ - static void toggleBlock(const LLUUID& id); + static bool toggleBlock(const LLUUID& id); /** * Mute/unmute avatar. -- cgit v1.2.3