Fix regression that broke the Template Editor

This commit is contained in:
Kovid Goyal 2012-11-03 08:29:13 +05:30
parent ca11b4f691
commit 97f1381063

View File

@ -225,7 +225,7 @@ class TemplateDialog(QDialog, Ui_TemplateDialog):
self.mi.series_index = 3 self.mi.series_index = 3
self.mi.rating = 4.0 self.mi.rating = 4.0
self.mi.tags = [_('Tag 1'), _('Tag 2')] self.mi.tags = [_('Tag 1'), _('Tag 2')]
self.mi.language = ['eng'] self.mi.languages = ['eng']
# Remove help icon on title bar # Remove help icon on title bar
icon = self.windowIcon() icon = self.windowIcon()