diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-17 17:43:31 -0800 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-12-17 17:43:31 -0800 |
commit | d8a574ce57bc7eb4efb643449c2815e1c3aee94e (patch) | |
tree | e20a7052980084029766482cca7474f0345f46b2 /indra | |
parent | 4bc23bc07d9209075a0d1bc5dadd753545074594 (diff) |
DEV-43898 Enable Flash-on-a-prim on Linux. Yowza!
Diffstat (limited to 'indra')
-rw-r--r-- | indra/media_plugins/webkit/media_plugin_webkit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/media_plugins/webkit/media_plugin_webkit.cpp b/indra/media_plugins/webkit/media_plugin_webkit.cpp index 2ce295a4b2..7be2385fd5 100644 --- a/indra/media_plugins/webkit/media_plugin_webkit.cpp +++ b/indra/media_plugins/webkit/media_plugin_webkit.cpp @@ -212,8 +212,8 @@ private: // Enable plugins LLQtWebKit::getInstance()->enablePlugins(true); #elif LL_LINUX - // Disable plugins - LLQtWebKit::getInstance()->enablePlugins(false); + // Enable plugins + LLQtWebKit::getInstance()->enablePlugins(true); #endif // Enable cookies LLQtWebKit::getInstance()->enableCookies( true ); |