Fix mime data string

This commit is contained in:
Jon Tibble 2011-02-18 15:23:33 +00:00
parent bb91c081c3
commit 57ffb1758b
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(