summaryrefslogtreecommitdiff
path: root/src/webpluginfactory.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-11-03 16:25:34 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-11-03 16:25:34 +0100
commitbec0deb0925091d2b26038deed730c72af9c0a37 (patch)
tree0db8d5ced1763084ff645e88f3bb22bea8e1c44c /src/webpluginfactory.cpp
parentalso take 'application/futuresplash' mimetype in account for clickToFlash (diff)
downloadrekonq-bec0deb0925091d2b26038deed730c72af9c0a37.tar.xz
Let rekonq save file remotely
Andreas's comment was helpful: rekonq COULD save file remotely, but for same strange reason, KFileDialog::getSaveFileName() could not select remote files. Switching to getSaveUrl seems fixing the problem Ah... also a style clean up here. Sorry for the merged commit... BUG: 242675
Diffstat (limited to 'src/webpluginfactory.cpp')
-rw-r--r--src/webpluginfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp
index 73291991..c0cfceee 100644
--- a/src/webpluginfactory.cpp
+++ b/src/webpluginfactory.cpp
@@ -64,7 +64,7 @@ QObject *WebPluginFactory::create(const QString &mimeType,
case 1:
if (mimeType != QString("application/x-shockwave-flash")
- || mimeType != QString("application/futuresplash"))
+ || mimeType != QString("application/futuresplash"))
break;
if (_loadClickToFlash)