From 372391403d3a7ca3c67d7a6256ab3e4c44018bd0 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Fri, 1 Jun 2012 16:34:42 -0700 Subject: Adding an automatic refresh to the pathfinding object floaters. --- indra/newview/llfloaterpathfindingobjects.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indra/newview/llfloaterpathfindingobjects.cpp b/indra/newview/llfloaterpathfindingobjects.cpp index 002849695a..8aaeb299f1 100644 --- a/indra/newview/llfloaterpathfindingobjects.cpp +++ b/indra/newview/llfloaterpathfindingobjects.cpp @@ -234,6 +234,7 @@ BOOL LLFloaterPathfindingObjects::postBuild() void LLFloaterPathfindingObjects::requestGetObjects() { + llassert(0); } LLPathfindingManager::request_id_t LLFloaterPathfindingObjects::getNewRequestId() @@ -496,6 +497,7 @@ void LLFloaterPathfindingObjects::onSelectNoneObjectsClicked() void LLFloaterPathfindingObjects::onTakeClicked() { handle_take(); + requestGetObjects(); } void LLFloaterPathfindingObjects::onTakeCopyClicked() @@ -506,11 +508,13 @@ void LLFloaterPathfindingObjects::onTakeCopyClicked() void LLFloaterPathfindingObjects::onReturnClicked() { handle_object_return(); + requestGetObjects(); } void LLFloaterPathfindingObjects::onDeleteClicked() { handle_object_delete(); + requestGetObjects(); } void LLFloaterPathfindingObjects::onTeleportClicked() -- cgit v1.2.3