diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2010-01-29 15:41:41 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2010-01-29 15:41:41 +0200 |
commit | f8bde94b9f9c83202f32268b57539fbe5c7cf271 (patch) | |
tree | b2b66ffce1cc0fe8af8c68d644f661a4f8e59dd0 /indra/newview/llinventorypanel.cpp | |
parent | ac0fb461f6ad9e81349bd8814201a641a24f40a3 (diff) |
completely got rid of Communicate floater and stuff
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llinventorypanel.cpp')
-rw-r--r-- | indra/newview/llinventorypanel.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 7e71ac90b4..12a2c370d2 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -759,7 +759,9 @@ bool LLInventoryPanel::beginIMSession() S32 count = item_array.count(); if(count > 0) { - LLFloaterReg::showInstance("communicate"); + //*TODO by what to replace that? + //LLFloaterReg::showInstance("communicate"); + // create the session LLAvatarTracker& at = LLAvatarTracker::instance(); LLUUID id; |