summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-11-16 14:11:50 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-11-16 14:11:50 +0200
commit508097d0f691e9705ab25d0b42f13a8d02a90049 (patch)
treed9981a141407e7597aa331b053fd8234481ce47d
parente62d7410ee0d4b3db1d0b5aaa247c14ad0f4091e (diff)
fixed EXT-2500 "Avatar stops moving when online/offline notification toast
popups" --HG-- branch : product-engine
-rw-r--r--indra/newview/lltoast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoast.cpp b/indra/newview/lltoast.cpp
index 513439daeb..ed2cedbd10 100644
--- a/indra/newview/lltoast.cpp
+++ b/indra/newview/lltoast.cpp
@@ -225,7 +225,7 @@ void LLToast::setVisible(BOOL show)
{
mTimer.start();
}
- LLModalDialog::setFrontmost(TRUE);
+ LLModalDialog::setFrontmost(FALSE);
}
LLPanel::setVisible(show);
if(mPanel)