diff options
author | Jacek Antonelli | 2010-08-23 23:45:31 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-08-27 13:25:15 -0500 |
commit | 05da24f82bad8cf31de5cb6a3a6aaac73c94810e (patch) | |
tree | 0e721a4ac7bb7cf3d0283e112ad4d7d33c248f23 /linden/indra/newview/llimview.h | |
parent | Wip - mute group chat (diff) | |
download | meta-impy-05da24f82bad8cf31de5cb6a3a6aaac73c94810e.zip meta-impy-05da24f82bad8cf31de5cb6a3a6aaac73c94810e.tar.gz meta-impy-05da24f82bad8cf31de5cb6a3a6aaac73c94810e.tar.bz2 meta-impy-05da24f82bad8cf31de5cb6a3a6aaac73c94810e.tar.xz |
Finished up ability to ignore group chat from specific groups.
Uncheck the "Join group chat" checkbox in the group info window.
The list of ignored groups is saved per-account in ignore_groups.xml.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llimview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llimview.h b/linden/indra/newview/llimview.h index a7a088a..8f665d2 100644 --- a/linden/indra/newview/llimview.h +++ b/linden/indra/newview/llimview.h | |||
@@ -218,7 +218,7 @@ private: | |||
218 | LLSD mPendingInvitations; | 218 | LLSD mPendingInvitations; |
219 | LLSD mPendingAgentListUpdates; | 219 | LLSD mPendingAgentListUpdates; |
220 | 220 | ||
221 | std::map<LLUUID, bool> mIgnoreGroupList; | 221 | std::list<LLUUID> mIgnoreGroupList; |
222 | }; | 222 | }; |
223 | 223 | ||
224 | 224 | ||