summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-11-05 12:49:44 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-11-05 12:49:44 +0200
commit77ebe6680449b3e0fda96444ba7df3140d1dcab1 (patch)
treeb649ba43ab62460e9ec82deb068fc8fb93a24b81 /indra/newview
parent15df55ecafd2f6d72f25988401ddb7ed58030b79 (diff)
fixed EXT-2201 "Docking undocked window causes closing off docked nearby chat
window" --HG-- branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llnearbychat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp
index 81d033d7f9..b0cce314cf 100644
--- a/indra/newview/llnearbychat.cpp
+++ b/indra/newview/llnearbychat.cpp
@@ -61,7 +61,7 @@
static const S32 RESIZE_BAR_THICKNESS = 3;
LLNearbyChat::LLNearbyChat(const LLSD& key)
- : LLDockableFloater(NULL, key)
+ : LLDockableFloater(NULL, false, key)
,mChatHistory(NULL)
{