aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llinventoryactions.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llinventoryactions.cpp
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/newview/llinventoryactions.cpp')
-rw-r--r--linden/indra/newview/llinventoryactions.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llinventoryactions.cpp b/linden/indra/newview/llinventoryactions.cpp
index af4e16b..c1b85e1 100644
--- a/linden/indra/newview/llinventoryactions.cpp
+++ b/linden/indra/newview/llinventoryactions.cpp
@@ -563,7 +563,7 @@ class LLBeginIMSession : public inventory_panel_listener_t
563 if(count > 0) 563 if(count > 0)
564 { 564 {
565 // create the session 565 // create the session
566 gIMView->setFloaterOpen(TRUE); 566 gIMMgr->setFloaterOpen(TRUE);
567 S32 i; 567 S32 i;
568 568
569 LLAvatarTracker& at = LLAvatarTracker::instance(); 569 LLAvatarTracker& at = LLAvatarTracker::instance();
@@ -614,7 +614,7 @@ class LLBeginIMSession : public inventory_panel_listener_t
614 } 614 }
615 615
616 616
617 gIMView->addSession(name, 617 gIMMgr->addSession(name,
618 type, 618 type,
619 members[0], 619 members[0],
620 members); 620 members);