diff --git a/openlp/core/lib/listwidgetwithdnd.py b/openlp/core/lib/listwidgetwithdnd.py index 8474821a4..69fb23092 100644 --- a/openlp/core/lib/listwidgetwithdnd.py +++ b/openlp/core/lib/listwidgetwithdnd.py @@ -80,7 +80,7 @@ class ListWidgetWithDnD(QtGui.QListWidget): event.ignore() def dragMoveEvent(self, event): - if event.mimeData().hasUrls: + if event.mimeData().hasUrls(): event.setDropAction(QtCore.Qt.CopyAction) event.accept() else: