forked from openlp/openlp
fix double load of manager
bzr-revno: 293
This commit is contained in:
parent
6ea70e92a1
commit
e00e328ac1
@ -45,7 +45,7 @@ class SongsPlugin(Plugin, PluginUtils):
|
||||
self.icon = QtGui.QIcon()
|
||||
self.icon.addPixmap(QtGui.QPixmap(':/media/media_song.png'),
|
||||
QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
||||
self.songmanager = SongManager(self.config)
|
||||
|
||||
|
||||
def get_media_manager_item(self):
|
||||
# Create the MediaManagerItem object
|
||||
|
Loading…
Reference in New Issue
Block a user