diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-11-13 11:20:33 -0800 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-11-13 11:20:33 -0800 |
commit | 39d46d217817eaacdaa50e0717176f32830daf79 (patch) | |
tree | 72b507463c80d5183167941935b1309234afbff3 /indra/newview/llconversationview.cpp | |
parent | 5a31b5dceaeb7dd7089c7426371aac39927c5c02 (diff) | |
parent | aa2640f13ab61fa55819af26b001978fa2dd9a3f (diff) |
merging in latest changes
Diffstat (limited to 'indra/newview/llconversationview.cpp')
-rwxr-xr-x | indra/newview/llconversationview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.cpp b/indra/newview/llconversationview.cpp index 295dd2ae6d..53392ac372 100755 --- a/indra/newview/llconversationview.cpp +++ b/indra/newview/llconversationview.cpp @@ -240,7 +240,7 @@ void LLConversationViewSession::toggleOpen() { getParentFolder()->setSelection(this, true); } - + mContainer->reSelectConversation(); } } |