This commit is contained in:
Kovid Goyal 2010-09-29 12:03:37 -06:00
parent e7efe45452
commit 77019c66bf

View File

@ -1484,7 +1484,6 @@ class LibraryDatabase2(LibraryDatabase, SchemaUpgrade, CustomColumns):
# there is a change of case
self.conn.execute('''UPDATE tags SET name=?
WHERE id=?''', (new_name, old_id))
self.dirty_books_referencing('tags', new_id, commit=False)
new_id = old_id
else:
# It is possible that by renaming a tag, the tag will appear