diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2018-02-12 19:27:09 +0000 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2018-02-12 19:27:09 +0000 | 
| commit | 2714ff8f25972c28d6667c83b834f189b0427f2d (patch) | |
| tree | 82dc0e7dd57ecf43d8ddffb2d6a26c41134bafd5 /indra/llplugin | |
| parent | e6765df1baa40a46b77e5362c8855a336125e5f7 (diff) | |
MAINT-8276 Arrows 'Navigate back' and 'Navigate forward' have wrong state
Diffstat (limited to 'indra/llplugin')
| -rw-r--r-- | indra/llplugin/llpluginclassmedia.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp index 680017204c..f3fd4277ce 100644 --- a/indra/llplugin/llpluginclassmedia.cpp +++ b/indra/llplugin/llpluginclassmedia.cpp @@ -1085,6 +1085,8 @@ void LLPluginClassMedia::receivePluginMessage(const LLPluginMessage &message)  		}  		else if(message_name == "name_text")  		{ +			mHistoryBackAvailable = message.getValueBoolean("history_back_available"); +			mHistoryForwardAvailable = message.getValueBoolean("history_forward_available");  			mMediaName = message.getValue("name");  			mediaEvent(LLPluginClassMediaOwner::MEDIA_EVENT_NAME_CHANGED);  		} | 
