diff options
author | dolphin <dolphin@lindenlab.com> | 2013-10-25 14:04:24 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-10-25 14:04:24 -0700 |
commit | 1d8066890df4d8de9e60970037282beb9818788c (patch) | |
tree | 9bb850c8a5fbfde8f439c95d5fe7b13552ab8b64 /indra/newview/llfloaterexperienceprofile.h | |
parent | 7bbb802385e58b1f9c2e7b04ad2f3f20c125be44 (diff) |
Make the experience profile save button enable and disable as changes are made/reverted.
Added some explanation text.
Diffstat (limited to 'indra/newview/llfloaterexperienceprofile.h')
-rw-r--r-- | indra/newview/llfloaterexperienceprofile.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterexperienceprofile.h b/indra/newview/llfloaterexperienceprofile.h index 83ad75913f..550b3c6f27 100644 --- a/indra/newview/llfloaterexperienceprofile.h +++ b/indra/newview/llfloaterexperienceprofile.h @@ -84,9 +84,13 @@ protected: bool setMaturityString(U8 maturity, LLTextBox* child, LLComboBox* combo); bool handleSaveChangesDialog(const LLSD& notification, const LLSD& response, PostSaveAction action); void doSave( int success_action ); + + void updatePackage(); + void updatePermission( const LLSD& permission ); LLUUID mExperienceId; LLSD mExperienceDetails; + LLSD mPackage; int mSaveCompleteAction; bool mDirty; bool mForceClose; |