diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 6ca94436c6910c1359df67edb539a4c30e4041b7..09f47c136f6ff4dcdb7420df19fe23b9cbd15c5f 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())
     {