diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-25 14:17:10 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-25 14:17:10 -0700 |
commit | 7127ea071922ee703cab56439a379f475cd5e4e7 (patch) | |
tree | 051012dfefb7de114b025d21d45a04f905bb7b32 /indra/newview/llimfloatercontainer.h | |
parent | 63548b973e6de392f2bf209b3405b1dde78bda03 (diff) |
CHUI-449: Post code review with Merov, adjusted setConvItemSelect() fuction to be called selectConversation().
Diffstat (limited to 'indra/newview/llimfloatercontainer.h')
-rw-r--r-- | indra/newview/llimfloatercontainer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h index e69359321a..7d13b37b31 100644 --- a/indra/newview/llimfloatercontainer.h +++ b/indra/newview/llimfloatercontainer.h @@ -67,7 +67,7 @@ public: LLTabContainer::eInsertionPoint insertion_point = LLTabContainer::END); void showConversation(const LLUUID& session_id); - void setConvItemSelect(const LLUUID& session_id); + void selectConversation(const LLUUID& session_id); /*virtual*/ void tabClose(); static LLFloater* getCurrentVoiceFloater(); |