Fix adding a person when no bookmarks exist
svn: r377
This commit is contained in:
parent
ea256a17b8
commit
c208ffba98
@ -97,7 +97,7 @@ class Bookmarks :
|
|||||||
if person not in self.bookmarks:
|
if person not in self.bookmarks:
|
||||||
utils.modified()
|
utils.modified()
|
||||||
self.bookmarks.append(person)
|
self.bookmarks.append(person)
|
||||||
self.add_to_menu(person)
|
self.redraw()
|
||||||
|
|
||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user