diff options
author | James Cook <james@lindenlab.com> | 2010-02-24 14:31:46 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-24 14:31:46 -0800 |
commit | f3e0e9a5264a80d146a1d4d77fd9c4f5d3070278 (patch) | |
tree | dcefc0dd92c17186fc09e232e06e6db1c10bc6db /indra/newview/llpanelme.h | |
parent | 649bdf412f4cead9721b5393d3929b6fbd6df272 (diff) |
Hack to refresh name tags when I change my display name.
Also fixes a crash when turning on display names.
Diffstat (limited to 'indra/newview/llpanelme.h')
-rw-r--r-- | indra/newview/llpanelme.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelme.h b/indra/newview/llpanelme.h index 368fdb307a..ed630133ca 100644 --- a/indra/newview/llpanelme.h +++ b/indra/newview/llpanelme.h @@ -34,7 +34,7 @@ #define LL_LLPANELMEPROFILE_H #include "llpanel.h" -#include "llpanelavatar.h" +#include "llpanelprofile.h" class LLPanelMyProfileEdit; class LLPanelProfile; @@ -96,6 +96,7 @@ private: void onTexturePickerMouseEnter(LLUICtrl* ctrl); void onTexturePickerMouseLeave(LLUICtrl* ctrl); void onClickSetName(); + void callbackSetName(const LLSD& notification, const LLSD& response); /** * Enabled/disables controls to prevent overwriting edited data upon receiving |