aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterchat.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2009-09-26 23:03:39 -0500
committerJacek Antonelli2009-09-26 23:03:59 -0500
commit5d5e6d47d1ca47daefa8342ad060529ca0b64787 (patch)
tree1b0152d6d73abe4471dfaee99d226bf4be8e4205 /linden/indra/newview/llfloaterchat.cpp
parentRemoved the multiple accounts tip from grid manager. (diff)
parentMerge remote branch 'mccabe/1.2.0-next' into next (diff)
downloadmeta-impy-5d5e6d47d1ca47daefa8342ad060529ca0b64787.zip
meta-impy-5d5e6d47d1ca47daefa8342ad060529ca0b64787.tar.gz
meta-impy-5d5e6d47d1ca47daefa8342ad060529ca0b64787.tar.bz2
meta-impy-5d5e6d47d1ca47daefa8342ad060529ca0b64787.tar.xz
Merge branch 'gridmanager' into next
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterchat.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterchat.cpp b/linden/indra/newview/llfloaterchat.cpp
index 1f51a21..1f34ad0 100644
--- a/linden/indra/newview/llfloaterchat.cpp
+++ b/linden/indra/newview/llfloaterchat.cpp
@@ -108,6 +108,8 @@ LLFloaterChat::LLFloaterChat(const LLSD& seed)
108 childSetVisible("Chat History Editor with mute",FALSE); 108 childSetVisible("Chat History Editor with mute",FALSE);
109 childSetAction("toggle_active_speakers_btn", onClickToggleActiveSpeakers, this); 109 childSetAction("toggle_active_speakers_btn", onClickToggleActiveSpeakers, this);
110 setDefaultBtn("Chat"); 110 setDefaultBtn("Chat");
111
112 //toggleHistoryChannelControl(); temporarily disable until working
111} 113}
112 114
113LLFloaterChat::~LLFloaterChat() 115LLFloaterChat::~LLFloaterChat()