From 4a4cdd3775114346c6bc7c7a368d412fd78911d5 Mon Sep 17 00:00:00 2001 From: Alexei Arabadji Date: Tue, 1 Jun 2010 09:50:56 +0300 Subject: EXT-7268 FIXED Disabled local chat edit field for offline mode. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/454 --HG-- branch : product-engine --- indra/newview/llnearbychatbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llnearbychatbar.h') diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h index 5af3152662..83c174fd10 100644 --- a/indra/newview/llnearbychatbar.h +++ b/indra/newview/llnearbychatbar.h @@ -122,6 +122,7 @@ protected: static BOOL matchChatTypeTrigger(const std::string& in_str, std::string* out_str); static void onChatBoxKeystroke(LLLineEditor* caller, void* userdata); static void onChatBoxFocusLost(LLFocusableElement* caller, void* userdata); + void onChatBoxFocusReceived(); void sendChat( EChatType type ); void onChatBoxCommit(); -- cgit v1.2.3