Show bookmark if a tag was appended.

This commit is contained in:
Arun Prakash Jana 2016-10-11 20:30:09 +05:30
parent 863ed219ad
commit 7c075bfcf6
No known key found for this signature in database
GPG Key ID: A75979F35C080412

3
buku
View File

@ -608,6 +608,9 @@ class BukuDb:
to_update = True
if not to_update: # Nothing to update
# Show the record if any tag was appended or deleted
if append_tag or delete_tag:
self.print_bookmark(index)
return
if index == 0: # Update all records