From 77019c66bfc07b52eaca7210924e1d910c236486 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 29 Sep 2010 12:03:37 -0600 Subject: [PATCH] ... --- src/calibre/library/database2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/library/database2.py b/src/calibre/library/database2.py index 08dd74af29..ca8824ae1c 100644 --- a/src/calibre/library/database2.py +++ b/src/calibre/library/database2.py @@ -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