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