1
0
mirror of https://gitlab.com/openlp/openlp.git synced 2024-09-29 11:27:36 +00:00

Got a conflict fix wrong

This commit is contained in:
Jonathan Corwin 2010-07-10 23:33:09 +01:00
parent 968eaad46a
commit 08c36f7e1c

View File

@ -186,7 +186,7 @@ class PresentationMediaItem(MediaManagerItem):
item_name = QtGui.QListWidgetItem(filename)
item_name.setData(QtCore.Qt.UserRole, QtCore.QVariant(file))
item_name.setIcon(icon)
self.ListView.addItem(item_name)
self.listView.addItem(item_name)
def onDeleteClick(self):
"""