diff options
author | prep <prep@lindenlab.com> | 2012-06-18 12:27:46 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2012-06-18 12:27:46 -0400 |
commit | 329b98528ea4fdd34baaa225e4aa46ea8ad5bfe1 (patch) | |
tree | 1e4d8488913eec8eebbc6ab4579ad405d3124c20 /indra/newview/llfloaterpathfindingcharacters.h | |
parent | 583855f3e6ba45915c0031396ed90054a18c4c4d (diff) | |
parent | 501127e4649cf6cdb8e1c31d66d8d24e20fe0631 (diff) |
merge
Diffstat (limited to 'indra/newview/llfloaterpathfindingcharacters.h')
-rw-r--r-- | indra/newview/llfloaterpathfindingcharacters.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llfloaterpathfindingcharacters.h b/indra/newview/llfloaterpathfindingcharacters.h index a86a9700b1..be178d2746 100644 --- a/indra/newview/llfloaterpathfindingcharacters.h +++ b/indra/newview/llfloaterpathfindingcharacters.h @@ -61,7 +61,7 @@ protected: virtual LLSD convertObjectsIntoScrollListData(const LLPathfindingObjectListPtr pObjectListPtr); - virtual void updateControls(); + virtual void updateControlsOnScrollListChange(); virtual S32 getNameColumnIndex() const; virtual const LLColor4 &getBeaconColor() const; @@ -73,8 +73,8 @@ private: LLSD buildCharacterScrollListData(const LLPathfindingCharacter *pCharacterPtr) const; - void updateStateOnActionFields(); - void updateOnScrollListChange(); + void updateStateOnDisplayControls(); + void showSelectedCharacterCapsules(); void showCapsule() const; void hideCapsule() const; |