diff options
| -rw-r--r-- | indra/newview/llimview.cpp | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index f751fa2273..23822cef35 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -2404,7 +2404,9 @@ LLUUID LLIMMgr::addSession(  	//we don't need to show notes about online/offline, mute/unmute users' statuses for existing sessions  	if (!new_session) return session_id; -	noteOfflineUsers(session_id, floater, ids); +	//Per Plan's suggestion commented "explicit offline status warning" out to make Dessie happier (see EXT-3609) +	//*TODO After February 2010 remove this commented out line if no one will be missing that warning +	//noteOfflineUsers(session_id, floater, ids);  	// Only warn for regular IMs - not group IMs  	if( dialog == IM_NOTHING_SPECIAL )  | 
