diff options
| author | Richard Linden <none@none> | 2011-05-02 17:29:56 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2011-05-02 17:29:56 -0700 |
| commit | 78d76eb4b01e0bd6db41a67d1573a1b841cbe993 (patch) | |
| tree | cf27f549e75b5aeda2d04c52aed2edca6c619638 /indra/newview/llchiclet.cpp | |
| parent | 72c43237fc184d07936edbc4f1dbd18d394c4ce9 (diff) | |
| parent | 9edcde56e907d1170fee311304e93449ad617d6a (diff) | |
Automated merge with bundle:E:\code\viewer-experience+c:\users\richard\appdata\local\temp\thg.t3awyz\ssh__richard@hg.lindenlab.com_richard_viewer-experience-merge_2xcevh.hg
Diffstat (limited to 'indra/newview/llchiclet.cpp')
| -rw-r--r-- | indra/newview/llchiclet.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 885d553524..277fc9d7b9 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -483,8 +483,9 @@ void LLIMChiclet::setShowSpeaker(bool show) if(needs_resize) { mShowSpeaker = show; - toggleSpeakerControl(); } + + toggleSpeakerControl(); } void LLIMChiclet::enableCounterControl(bool enable) |
