diff options
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llimview.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 6ca94436c6..09f47c136f 100755 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -252,7 +252,7 @@ void notify_of_message(const LLSD& msg, bool is_dnd_msg)  	// actions:      // 0. nothing - exit -    if (("none" == user_preferences || +    if (("noaction" == user_preferences ||      		ON_TOP_AND_ITEM_IS_SELECTED == conversations_floater_status)      	&& session_floater->isMessagePaneExpanded())      {  | 
