--- trunk/indra/newview/llviewerparcelmgr.cpp 2010/03/21 18:22:23 137 +++ trunk/indra/newview/llviewerparcelmgr.cpp 2010/04/30 20:03:50 138 @@ -53,6 +53,7 @@ #include "llfloatergroups.h" //#include "llfloaterhtml.h" #include "llfloatersellland.h" +#include "llfloaterteleporthistory.h" #include "llfloatertools.h" #include "llnotify.h" #include "llparcelselection.h" @@ -1519,6 +1520,9 @@ } } + // Add any pending entry to the TP history now that we got the *new* parcel name. + gFloaterTeleportHistory->addEntry(LLViewerParcelMgr::getInstance()->getAgentParcelName()); + // Handle updating selections, if necessary. if (sequence_id == SELECTED_PARCEL_SEQ_ID) {