Fixed preview edit button not working for custom slides

This commit is contained in:
Stevan Pettit 2011-06-16 00:17:26 -04:00
parent 487b007e49
commit 3c1f79f094
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class CustomMediaItem(MediaManagerItem):
QtCore.SIGNAL(u'searchTypeChanged(int)'),
self.onSearchTextButtonClick)
QtCore.QObject.connect(Receiver.get_receiver(),
QtCore.SIGNAL(u'custom_edit'), self.onRemoteEdit)
QtCore.SIGNAL(u'custom slide_edit'), self.onRemoteEdit)
QtCore.QObject.connect(Receiver.get_receiver(),
QtCore.SIGNAL(u'custom_edit_clear'), self.onRemoteEditClear)
QtCore.QObject.connect(Receiver.get_receiver(),