From bec0deb0925091d2b26038deed730c72af9c0a37 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 3 Nov 2011 16:25:34 +0100 Subject: 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 --- src/webpluginfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webpluginfactory.cpp') 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) -- cgit v1.2.1