summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/webpluginfactory.cpp4
-rw-r--r--src/webpluginfactory.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp
index c0cfceee..7713c74b 100644
--- a/src/webpluginfactory.cpp
+++ b/src/webpluginfactory.cpp
@@ -2,7 +2,7 @@
*
* This file is a part of the rekonq project
*
-* Copyright (C) 2009-2011 by Andrea Diamantini <adjam7 at gmail dot com>
+* Copyright (C) 2009-2012 by Andrea Diamantini <adjam7 at gmail dot com>
* Copyright (C) 2010 by Matthieu Gicquel <matgic78 at gmail dot com>
*
*
@@ -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)
diff --git a/src/webpluginfactory.h b/src/webpluginfactory.h
index 98172887..b1bcd967 100644
--- a/src/webpluginfactory.h
+++ b/src/webpluginfactory.h
@@ -2,7 +2,7 @@
*
* This file is a part of the rekonq project
*
-* Copyright (C) 2009-2011 by Andrea Diamantini <adjam7 at gmail dot com>
+* Copyright (C) 2009-2012 by Andrea Diamantini <adjam7 at gmail dot com>
* Copyright (C) 2010 by Matthieu Gicquel <matgic78 at gmail dot com>
*
*