mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-06 04:13:10 +02:00
...
This commit is contained in:
parent
2c20826122
commit
25b9d4c118
1 changed files with 2 additions and 2 deletions
|
|
@ -798,8 +798,8 @@ def set_marked_ids(self, id_dict):
|
|||
|
||||
# Set the values in the cache
|
||||
marked_col = self.FIELD_MAP['marked']
|
||||
for id_ in self.iterallids():
|
||||
self._data[id_][marked_col] = None
|
||||
for r in self.iterall():
|
||||
r[marked_col] = None
|
||||
|
||||
for id_, val in self.marked_ids_dict.iteritems():
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue