From a67af8e7e8823b068cee909bcdc3d8a622a407d5 Mon Sep 17 00:00:00 2001 From: Alexei Arabadji Date: Fri, 27 Nov 2009 11:37:48 +0200 Subject: fixed EXT-2566 "Unable to locate other avatars on map via "map" button (previously "show on map")" --HG-- branch : product-engine --- indra/newview/llpanelpicks.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'indra/newview/llpanelpicks.h') diff --git a/indra/newview/llpanelpicks.h b/indra/newview/llpanelpicks.h index b17b6d6fe9..b21b1c64b1 100644 --- a/indra/newview/llpanelpicks.h +++ b/indra/newview/llpanelpicks.h @@ -86,6 +86,9 @@ public: // parent panels failed to work (picks related code was in my profile panel) void setProfilePanel(LLPanelProfile* profile_panel); +protected: + /*virtual*/void updateButtons(); + private: void onClickDelete(); void onClickTeleport(); @@ -125,7 +128,6 @@ private: bool callbackDeleteClassified(const LLSD& notification, const LLSD& response); bool callbackTeleport(const LLSD& notification, const LLSD& response); - void updateButtons(); virtual void onDoubleClickPickItem(LLUICtrl* item); virtual void onDoubleClickClassifiedItem(LLUICtrl* item); -- cgit v1.2.3