mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fixed syntax error in opt_sr_items declaration
This commit is contained in:
parent
2f2dce7c68
commit
07648f1ff3
@ -120,7 +120,8 @@ class SearchAndReplaceWidget(Widget, Ui_Form):
|
|||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def opt_sr_items
|
@property
|
||||||
|
def opt_sr_items(self):
|
||||||
items = []
|
items = []
|
||||||
for row in xrange(0, self.opt_sr.rowCount()):
|
for row in xrange(0, self.opt_sr.rowCount()):
|
||||||
items.append([self.opt_sr.getItem(row,0).text(), self.opt_sr.getItem(row,1).text()])
|
items.append([self.opt_sr.getItem(row,0).text(), self.opt_sr.getItem(row,1).text()])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user