Now fixed the trunk merge

This commit is contained in:
Martin Thompson 2010-07-14 21:52:45 +01:00
parent 76a731c725
commit 222f10ba45
1 changed files with 0 additions and 4 deletions

View File

@ -233,10 +233,6 @@ class SongsPlugin(Plugin):
'This plugin allows songs to be managed and displayed.')
return about_text
def canDeleteTheme(self, theme_name):
if not self.manager.get_all_objects_filtered(Song,
Song.theme_name == theme_name):
def usesTheme(self, theme):
"""
Called to find out if the song plugin is currently using a theme.