summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterexperienceprofile.h
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2013-10-25 14:04:24 -0700
committerdolphin <dolphin@lindenlab.com>2013-10-25 14:04:24 -0700
commit1d8066890df4d8de9e60970037282beb9818788c (patch)
tree9bb850c8a5fbfde8f439c95d5fe7b13552ab8b64 /indra/newview/llfloaterexperienceprofile.h
parent7bbb802385e58b1f9c2e7b04ad2f3f20c125be44 (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.h4
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;