DictionaryDb: emit add after actually adding (fixed typo)

This commit is contained in:
Doug Blank 2015-05-14 11:51:56 -04:00
parent d72ed91f21
commit d6d5ecdf5d

View File

@ -1168,7 +1168,7 @@ class DictionaryDb(DbWriteBase, DbReadBase, UpdateCallback, Callback):
emit = None
if not trans.batch:
if note.handle in self.note_map:
emit "note-update"
emit = "note-update"
else:
emit = "note-add"
self.note_map[note.handle] = note