diff options
| author | dolphin <dolphin@lindenlab.com> | 2014-03-03 11:28:34 -0800 |
|---|---|---|
| committer | dolphin <dolphin@lindenlab.com> | 2014-03-03 11:28:34 -0800 |
| commit | 96457e1affe33d75208cabf7529b53eee8e8105b (patch) | |
| tree | 0e82fc32b243263e237669019b91c41dc6f7554e /indra/newview/llfloaterexperiences.cpp | |
| parent | 49f08d775d3644bb47d342f8e37dd15051aeaa62 (diff) | |
Disable the acquire xp button by default.
Mark the xp profile dirty when changing the group
Diffstat (limited to 'indra/newview/llfloaterexperiences.cpp')
| -rw-r--r-- | indra/newview/llfloaterexperiences.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterexperiences.cpp b/indra/newview/llfloaterexperiences.cpp index 956afe15c3..f958a988dc 100644 --- a/indra/newview/llfloaterexperiences.cpp +++ b/indra/newview/llfloaterexperiences.cpp @@ -111,6 +111,7 @@ BOOL LLFloaterExperiences::postBuild() addTab("Contrib_Experiences_Tab", false); LLPanelExperiences* owned = addTab("Owned_Experiences_Tab", false); owned->setButtonAction("acquire", boost::bind(&LLFloaterExperiences::sendPurchaseRequest, this)); + owned->enableButton(false); #if SHOW_RECENT_TAB addTab("Recent_Experiences_Tab", false); #endif //SHOW_RECENT_TAB |
