diff options
author | McCabe Maxsted | 2010-08-22 19:38:52 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-08-27 13:25:15 -0500 |
commit | 615b9f34fb21b40cb3ba9489c00ba8f5338e3a7d (patch) | |
tree | b40db983469b75ed2b978903e8797509d9f10e69 /linden/indra/newview/llappviewer.cpp | |
parent | Fixed terminology in VivoxLicenseAccepted help string. (diff) | |
download | meta-impy-615b9f34fb21b40cb3ba9489c00ba8f5338e3a7d.zip meta-impy-615b9f34fb21b40cb3ba9489c00ba8f5338e3a7d.tar.gz meta-impy-615b9f34fb21b40cb3ba9489c00ba8f5338e3a7d.tar.bz2 meta-impy-615b9f34fb21b40cb3ba9489c00ba8f5338e3a7d.tar.xz |
Wip - mute group chat
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index bcfeaa3..89eeb13 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -3734,6 +3734,8 @@ void LLAppViewer::idleShutdown() | |||
3734 | // close IM interface | 3734 | // close IM interface |
3735 | if(gIMMgr) | 3735 | if(gIMMgr) |
3736 | { | 3736 | { |
3737 | // Save group chat ignore list -- MC | ||
3738 | gIMMgr->saveIgnoreGroup(); | ||
3737 | gIMMgr->disconnectAllSessions(); | 3739 | gIMMgr->disconnectAllSessions(); |
3738 | } | 3740 | } |
3739 | 3741 | ||