diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-05-25 03:29:53 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-05-25 03:29:53 +0300 |
commit | 6f4d9a232175202f79ecd1c1a2df30805de4e2d8 (patch) | |
tree | affe5950eec903c4d4f145a6803a312c2643274b /indra | |
parent | 238c1216c3feb83f91561a3e5a41f070b281097e (diff) |
MAINT-6424 Reverted disabling of the "Delete preset" button
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterdeleteprefpreset.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloaterdeleteprefpreset.cpp b/indra/newview/llfloaterdeleteprefpreset.cpp index c0888db3bc..7dedbbf984 100644 --- a/indra/newview/llfloaterdeleteprefpreset.cpp +++ b/indra/newview/llfloaterdeleteprefpreset.cpp @@ -53,8 +53,6 @@ BOOL LLFloaterDeletePrefPreset::postBuild() getChild<LLButton>("cancel")->setCommitCallback(boost::bind(&LLFloaterDeletePrefPreset::onBtnCancel, this)); LLPresetsManager::instance().setPresetListChangeCallback(boost::bind(&LLFloaterDeletePrefPreset::onPresetsListChange, this)); - onPresetsListChange(); // ensure that delete button is disabled when the list is empty - return TRUE; } |