Fixed problem with preview edit button not working for custom slides.

Also restores backwards compatability with custom plugin settings with 1.9.5

bzr-revno: 1644
This commit is contained in:
Stevan Pettit 2011-06-18 09:59:03 +01:00 committed by Jonathan Corwin
commit 6f24d50316
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class CustomPlugin(Plugin):
log.info(u'Custom Plugin loaded')
def __init__(self, plugin_helpers):
Plugin.__init__(self, u'Custom Slide', plugin_helpers,
Plugin.__init__(self, u'Custom', plugin_helpers,
CustomMediaItem, CustomTab)
self.weight = -5
self.manager = Manager(u'custom', init_schema)