From acbc9cd4d9dcdd9da837800f621922747c516415 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 16 Sep 2011 17:06:42 +0200 Subject: Improve code in plugin loading (not yet perfect, I fear...) CCBUG: 281101 --- src/webpluginfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp index d4a1bfe1..8567b212 100644 --- a/src/webpluginfactory.cpp +++ b/src/webpluginfactory.cpp @@ -69,7 +69,7 @@ QObject *WebPluginFactory::create(const QString &mimeType, if (_loadClickToFlash) { emit signalLoadClickToFlash(false); - return 0; //KWebPluginFactory::create(mimeType, url, argumentNames, argumentValues); + return KWebPluginFactory::create(mimeType, url, argumentNames, argumentValues); } else { -- cgit v1.2.1