summaryrefslogtreecommitdiff
path: root/indra/llui/llnotificationtemplate.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-04-24 17:10:43 -0700
committerRichard Linden <none@none>2012-04-24 17:10:43 -0700
commit5955e6260e6e263fb089f7cc91c0be482cccdfb8 (patch)
treea687fe47b0719b734bad9d49e294753f9af3cdfd /indra/llui/llnotificationtemplate.h
parent9b77ffb71ba112d27296b7ce8ab571285b9bba06 (diff)
CHUI-106 FIX Notifications like Friends online are shown in local chat history - no toast given if chat history is open
Diffstat (limited to 'indra/llui/llnotificationtemplate.h')
-rw-r--r--indra/llui/llnotificationtemplate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotificationtemplate.h b/indra/llui/llnotificationtemplate.h
index 8080acbf87..f7d08ae1f4 100644
--- a/indra/llui/llnotificationtemplate.h
+++ b/indra/llui/llnotificationtemplate.h
@@ -206,7 +206,7 @@ struct LLNotificationTemplate
: name("name"),
persist("persist", false),
log_to_im("log_to_im", false),
- log_to_chat("log_to_chat", false),
+ log_to_chat("log_to_chat", true),
functor("functor"),
icon("icon"),
label("label"),