diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2026-02-17 02:22:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-17 02:22:50 +0200 |
| commit | b3ea509c0b42ff774c52281ea200be634ec49e00 (patch) | |
| tree | 66baf815b0737947aee93da6d926baa9d4387178 /indra/newview/llfloaterimsession.cpp | |
| parent | 44c66308389380344b5f598989ca9d1401516c3f (diff) | |
#2938 show confirmation before closing Conference chat
Diffstat (limited to 'indra/newview/llfloaterimsession.cpp')
| -rw-r--r-- | indra/newview/llfloaterimsession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsession.cpp b/indra/newview/llfloaterimsession.cpp index 84a9fad708..6d642638b3 100644 --- a/indra/newview/llfloaterimsession.cpp +++ b/indra/newview/llfloaterimsession.cpp @@ -142,7 +142,7 @@ void LLFloaterIMSession::onClickCloseBtn(bool app_qutting) { if (app_qutting) { - LLFloaterIMSessionTab::onClickCloseBtn(); + LLFloaterIMSessionTab::onClickCloseBtn(app_qutting); return; } |
