From 7770488d17790e2dc02cc125eba1eec7d97a0ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Tr=C3=B6scher?= Date: Wed, 2 Nov 2011 20:37:07 +0100 Subject: also take 'application/futuresplash' mimetype in account for clickToFlash REVIEWED-BY: trustMe --- src/webpluginfactory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp index 8567b212..73291991 100644 --- a/src/webpluginfactory.cpp +++ b/src/webpluginfactory.cpp @@ -63,7 +63,8 @@ QObject *WebPluginFactory::create(const QString &mimeType, return KWebPluginFactory::create(mimeType, url, argumentNames, argumentValues); case 1: - if (mimeType != QString("application/x-shockwave-flash")) + if (mimeType != QString("application/x-shockwave-flash") + || mimeType != QString("application/futuresplash")) break; if (_loadClickToFlash) -- cgit v1.2.1