Fix mime data string

bzr-revno: 1311
This commit is contained in:
Jon Tibble 2011-02-18 16:28:15 +00:00
commit 85e22f8c4d
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class MediaManagerItem(QtGui.QWidget):
Creates the main widget for listing items the media item is tracking
"""
# Add the List widget
self.listView = ListWidgetWithDnD(self, self.title)
self.listView = ListWidgetWithDnD(self, self.plugin.name)
self.listView.uniformItemSizes = True
self.listView.setSpacing(1)
self.listView.setSelectionMode(