Fix series pickup on conversion dialog.

This commit is contained in:
Kovid Goyal 2007-10-03 19:14:11 +00:00
parent 4b2398255d
commit c36e73b616

View File

@ -178,6 +178,9 @@ class LRFSingleDialog(QDialog, Ui_LRFSingleDialog):
self.series.lineEdit().setText('')
if idx is not None:
self.series.setCurrentIndex(idx)
self.series_index.setValue(self.db.series_index(row))
cover = self.db.cover(row)
if cover:
pm = QPixmap()