diff options
Diffstat (limited to 'linden/indra/newview/llfloatermute.cpp')
-rw-r--r-- | linden/indra/newview/llfloatermute.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatermute.cpp b/linden/indra/newview/llfloatermute.cpp index 696f9fe..0f11042 100644 --- a/linden/indra/newview/llfloatermute.cpp +++ b/linden/indra/newview/llfloatermute.cpp | |||
@@ -89,6 +89,7 @@ LLFloaterMute::LLFloaterMute() | |||
89 | childSetAction("Unmute", onClickRemove, this); | 89 | childSetAction("Unmute", onClickRemove, this); |
90 | 90 | ||
91 | mMuteList = LLUICtrlFactory::getScrollListByName(this, "mutes"); | 91 | mMuteList = LLUICtrlFactory::getScrollListByName(this, "mutes"); |
92 | mMuteList->setCommitOnSelectionChange(TRUE); | ||
92 | 93 | ||
93 | refreshMuteList(); | 94 | refreshMuteList(); |
94 | } | 95 | } |