From 2acb204c4b1bdc4cc11c7af51ebfd09c47c3e231 Mon Sep 17 00:00:00 2001 From: Andrew Dyukov Date: Fri, 11 Dec 2009 21:40:29 +0200 Subject: Fixed normal bug EXT-3281 (Group : Disable "Leave Group" for none). --HG-- branch : product-engine --- indra/newview/llpanelpeople.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llpanelpeople.h') diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index a9cc6d0ccb..750d3b573f 100644 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -118,6 +118,8 @@ private: void onGroupsViewSortMenuItemClicked(const LLSD& userdata); void onRecentViewSortMenuItemClicked(const LLSD& userdata); + //returns false only if group is "none" + bool isRealGroup(); bool onFriendsViewSortMenuItemCheck(const LLSD& userdata); bool onRecentViewSortMenuItemCheck(const LLSD& userdata); bool onNearbyViewSortMenuItemCheck(const LLSD& userdata); -- cgit v1.2.3 From fe0da9bf7b81d24a9614f95d9f91012796eabf77 Mon Sep 17 00:00:00 2001 From: Paul Guslisty Date: Mon, 14 Dec 2009 19:53:54 +0200 Subject: Fixed low bug EXT - 3255 (Call button is enabled in the People & Profile panels while voice is disabled) --HG-- branch : product-engine --- indra/newview/llpanelpeople.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llpanelpeople.h') diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index 750d3b573f..f5cdc0935c 100644 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -73,6 +73,7 @@ private: bool isFriendOnline(const LLUUID& id); bool isItemsFreeOfFriends(const std::vector& uuids); + bool canCall(); void updateButtons(); std::string getActiveTabName() const; -- cgit v1.2.3