summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2012-05-11 15:31:35 -0400
committerOz Linden <oz@lindenlab.com>2012-05-11 15:31:35 -0400
commitf509b492226a570bfc8bab0bd50b2e041679ff9f (patch)
treed7dff3d0c65c76e73b1b47d56d081cc6d3c08a08 /indra/newview
parentfb44dbb164b08b61c7ac4ab6e0565c972ee0e66b (diff)
missed one setListStyle
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llautoreplacefloater.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llautoreplacefloater.cpp b/indra/newview/llautoreplacefloater.cpp
index ab299aeffe..c2d7be269b 100644
--- a/indra/newview/llautoreplacefloater.cpp
+++ b/indra/newview/llautoreplacefloater.cpp
@@ -252,7 +252,6 @@ void AutoReplaceFloater::onEntrySettingChange(LLUICtrl* caller, void* user_data)
{
std::string listName= self->namesList->getFirstSelected()->getColumn(0)->getValue().asString();
AutoReplace::getInstance()->setListEnabled(listName,self->childGetValue("ac_list_enabled").asBoolean());
- AutoReplace::getInstance()->setListStyle(listName,self->childGetValue("ac_list_style").asBoolean());
AutoReplace::getInstance()->setListPriority(listName,self->childGetValue("ac_priority").asInteger());
//sInstance->updateEnabledStuff();