diff options
author | PavelK ProductEngine <pavelkproductengine@lindenlab.com> | 2013-04-09 20:50:54 +0300 |
---|---|---|
committer | PavelK ProductEngine <pavelkproductengine@lindenlab.com> | 2013-04-09 20:50:54 +0300 |
commit | fa36f85b007a124c418fd8cfc0e836cc7fdc86cf (patch) | |
tree | 6f111b07c5ab3894fe025477e728917860ef1fe4 /indra/newview/llconversationview.h | |
parent | 9ab92603ce9ca54d4ef5571196f34ba5f0875286 (diff) |
CHUI-797 FIXED Only one separated conversation window is shown after exiting from mouselook view
Added all separated conversation floaters to skip list used in gFloaterView->popVisibleAll(skip_list) in llagent.cpp
since LLFloaterIMContainer::setVisible() takes control of them by itself.
Diffstat (limited to 'indra/newview/llconversationview.h')
-rwxr-xr-x | indra/newview/llconversationview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index 3eb2e63792..7e432804d0 100755 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -87,6 +87,8 @@ public: /*virtual*/ void setFlashState(bool flash_state); + LLFloater* getSessionFloater(); + private: void onCurrentVoiceSessionChanged(const LLUUID& session_id); |