diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-08-19 14:20:49 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-08-19 14:20:49 -0700 |
commit | 650171af1788435e200c62965c3ffe314d2082db (patch) | |
tree | 779d34725a3dd63b5ba48ad4bb24a425558a15e6 /indra/newview/llpanelme.h | |
parent | 3a5ef5bd6fa962c2b73baaab7be6099b0caf5665 (diff) |
DEV-51021 Viewer returns misleading error message when a blocked user attempts to change his display name
Diffstat (limited to 'indra/newview/llpanelme.h')
-rw-r--r-- | indra/newview/llpanelme.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelme.h b/indra/newview/llpanelme.h index f3caf026dc..be292002cf 100644 --- a/indra/newview/llpanelme.h +++ b/indra/newview/llpanelme.h @@ -99,6 +99,7 @@ private: void onClickSetName(); void onDialogSetName(const LLSD& notification, const LLSD& response); void onCacheSetName(bool success, const std::string& reason, const LLSD& content); + void onAvatarNameCache(const LLUUID& id, const LLAvatarName& av_name); /** * Enabled/disables controls to prevent overwriting edited data upon receiving @@ -106,6 +107,8 @@ private: */ void enableEditing(bool enable); + + private: // map TexturePicker name => Edit Icon pointer should be visible while hovering Texture Picker typedef std::map<std::string, LLIconCtrl*> texture_edit_icon_map_t; |