From b2595c369f78b6613e329274f5ca7c43c4ddeda0 Mon Sep 17 00:00:00 2001 From: Sam Kolb Date: Thu, 30 Aug 2007 22:11:52 +0000 Subject: Merge sl-search-opt-in back into the release branch Reviewed by Josh and Don --- indra/newview/llgroupmgr.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llgroupmgr.cpp') diff --git a/indra/newview/llgroupmgr.cpp b/indra/newview/llgroupmgr.cpp index 18993e56fa..249012195f 100644 --- a/indra/newview/llgroupmgr.cpp +++ b/indra/newview/llgroupmgr.cpp @@ -195,6 +195,7 @@ LLGroupMgrGroupData::LLGroupMgrGroupData(const LLUUID& id) : mOpenEnrollment(FALSE), mMembershipFee(0), mAllowPublish(FALSE), + mListInProfile(FALSE), mMaturePublish(FALSE), mChanged(FALSE), mMemberCount(0), @@ -1240,6 +1241,7 @@ void LLGroupMgr::processCreateGroupReply(LLMessageSystem* msg, void ** data) // This isn't actually too bad because real data will come down in 2 or 3 miliseconds and replace this. LLGroupData gd; gd.mAcceptNotices = TRUE; + gd.mListInProfile = TRUE; gd.mContribution = 0; gd.mID = group_id; gd.mName = "new group"; -- cgit v1.2.3