[]
This commit is contained in:
parent
d874b222b9
commit
21aaab6c68
|
@ -627,7 +627,7 @@ def handlech(c, stdscr):
|
||||||
sqlExecute("INSERT INTO addressbook VALUES (?,?)", t, addr)
|
sqlExecute("INSERT INTO addressbook VALUES (?,?)", t, addr)
|
||||||
# Prepend entry
|
# Prepend entry
|
||||||
addrbook.reverse()
|
addrbook.reverse()
|
||||||
addrbook.append([t, addrbook[abookcur][1]) # addr])
|
addrbook.append([t, addrbook[abookcur][1]]) # addr])
|
||||||
addrbook.reverse()
|
addrbook.reverse()
|
||||||
else:
|
else:
|
||||||
scrollbox(d, unicode("The selected address is already in the Address Book."))
|
scrollbox(d, unicode("The selected address is already in the Address Book."))
|
||||||
|
|
Reference in New Issue
Block a user