$OpenBSD: patch-scribus_gtdialogs_cpp,v 1.1 2019/01/21 21:19:48 naddy Exp $

Index: scribus/gtdialogs.cpp
--- scribus/gtdialogs.cpp.orig
+++ scribus/gtdialogs.cpp
@@ -160,7 +160,7 @@ bool gtDialogs::runImporterDialog(const QStringList& i
 	if (imp != "false")
 	{
 		res = imp;
-		if (importers.contains(res) > 0)
+		if (importers.contains(res))
 			ok = true;
 	}
 	
