diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-02-25 17:06:06 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-02-25 17:06:06 +0200 |
commit | 5705a2c0181a9376db5eadf6ccf97e0675f6afb5 (patch) | |
tree | 9db7fe026b257ffd42226f75d680c48c2f278833 /indra/newview/llpreviewscript.cpp | |
parent | 0b9eeb02abe4d10c4e252fe35ea55ba4b54b581e (diff) |
MAINT-3671 Fix is changed to solve issue with other multi-previews
Diffstat (limited to 'indra/newview/llpreviewscript.cpp')
-rwxr-xr-x | indra/newview/llpreviewscript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp index 26c46d543c..18bbf110f7 100755 --- a/indra/newview/llpreviewscript.cpp +++ b/indra/newview/llpreviewscript.cpp @@ -1879,7 +1879,7 @@ void LLLiveLSLEditor::loadAsset() mIsModifiable = item && gAgent.allowOperation(PERM_MODIFY, item->getPermissions(), GP_OBJECT_MANIPULATE); - refreshFromItem(); + // This is commented out, because we don't completely // handle script exports yet. /* |