diff options
author | Jacek Antonelli | 2008-08-15 23:45:18 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:18 -0500 |
commit | ad2310656299467c775738fcdbc5840bd492df8d (patch) | |
tree | 61a3e7b568d04f12e7a42c962828e9334954811d /linden/indra/newview/llfloaterchat.cpp | |
parent | Second Life viewer sources 1.18.5.1-RC (diff) | |
download | meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.zip meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.gz meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.bz2 meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.xz |
Second Life viewer sources 1.18.5.2-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterchat.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterchat.cpp b/linden/indra/newview/llfloaterchat.cpp index b435ada..5fdbf7d 100644 --- a/linden/indra/newview/llfloaterchat.cpp +++ b/linden/indra/newview/llfloaterchat.cpp | |||
@@ -164,6 +164,7 @@ void LLFloaterChat::onVisibilityChange(BOOL new_visibility) | |||
164 | { | 164 | { |
165 | // Hide the chat overlay when our history is visible. | 165 | // Hide the chat overlay when our history is visible. |
166 | gConsole->setVisible( !new_visibility ); | 166 | gConsole->setVisible( !new_visibility ); |
167 | LLFloater::onVisibilityChange(new_visibility); | ||
167 | } | 168 | } |
168 | 169 | ||
169 | 170 | ||