modified:

openlp/plugins/custom/forms/editcustomform.py
This commit is contained in:
Stevan Pettit 2011-05-18 23:19:36 -04:00
parent 4a64dfe3db
commit e3ca10b46f
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ class EditCustomForm(QtGui.QDialog, Ui_CustomEditDialog):
QtCore.SIGNAL(u'theme_update_list'), self.loadThemes)
QtCore.QObject.connect(self.slideListView,
QtCore.SIGNAL(u'currentRowChanged(int)'), self.onCurrentRowChanged)
QtCore.QObject.connect(self.slideListView,
QtCore.SIGNAL(u'doubleClicked(QModelIndex)'),
self.onEditButtonPressed)
def loadThemes(self, themelist):
self.themeComboBox.clear()