DictionaryDb: emit add after actually adding (fixed typo)

This commit is contained in:
Doug Blank 2015-05-14 11:51:56 -04:00
parent 06d0db3b6a
commit 6e0b8ccf86

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