diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lltoolpie.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lltoolpie.cpp b/linden/indra/newview/lltoolpie.cpp index 55692d1..166209d 100644 --- a/linden/indra/newview/lltoolpie.cpp +++ b/linden/indra/newview/lltoolpie.cpp | |||
@@ -605,7 +605,7 @@ BOOL LLToolPie::handleDoubleClick(S32 x, S32 y, MASK mask) | |||
605 | { | 605 | { |
606 | if (object->isAvatar()) | 606 | if (object->isAvatar()) |
607 | { | 607 | { |
608 | LLFloaterAvatarInfo::showFromAvatar(object); | 608 | LLFloaterAvatarInfo::showFromAvatar(object->getID()); |
609 | } | 609 | } |
610 | else | 610 | else |
611 | { | 611 | { |