summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgroupbulkban.cpp
diff options
context:
space:
mode:
authorBaker Linden <baker@lindenlab.com>2013-09-13 17:20:04 -0700
committerBaker Linden <baker@lindenlab.com>2013-09-13 17:20:04 -0700
commit34f561db55868185f0a946009f41f4f212366484 (patch)
treea6637f68a05acf87d0326bcf9d1a4013e852cc6f /indra/newview/llpanelgroupbulkban.cpp
parentbf34eccf9c68f204c41d3daea791e50e87d868db (diff)
- Added ban date to ban list ui
- Code cleanup
Diffstat (limited to 'indra/newview/llpanelgroupbulkban.cpp')
-rw-r--r--indra/newview/llpanelgroupbulkban.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/indra/newview/llpanelgroupbulkban.cpp b/indra/newview/llpanelgroupbulkban.cpp
index d6bb669275..af1809b1f8 100644
--- a/indra/newview/llpanelgroupbulkban.cpp
+++ b/indra/newview/llpanelgroupbulkban.cpp
@@ -143,14 +143,7 @@ void LLPanelGroupBulkBan::submit()
LLGroupMgr::getInstance()->sendGroupBanRequest(LLGroupMgr::REQUEST_POST, mImplementation->mGroupID, LLGroupMgr::BAN_CREATE, banned_agent_list);
- // BAKER TEMP:
- // For now, don't close, but clear the list.
- mImplementation->mBulkAgentList->deleteAllItems();
-
//then close
- //(*(mImplementation->mCloseCallback))(mImplementation->mCloseCallbackUserData);
+ (*(mImplementation->mCloseCallback))(mImplementation->mCloseCallbackUserData);
}
-
-
-