Correct typo
svn: r16036
This commit is contained in:
parent
e109e3d743
commit
7f0e1752c1
@ -198,7 +198,7 @@ class SurnameTab(EmbeddedList):
|
|||||||
"""Add button is clicked, add a surname to the person"""
|
"""Add button is clicked, add a surname to the person"""
|
||||||
prim = False
|
prim = False
|
||||||
if len(self.obj.get_surname_list()) == 0:
|
if len(self.obj.get_surname_list()) == 0:
|
||||||
prim = true
|
prim = True
|
||||||
node = self.model.append(row=['', '', '', NameOriginType(), prim,
|
node = self.model.append(row=['', '', '', NameOriginType(), prim,
|
||||||
Surname()])
|
Surname()])
|
||||||
self.selection.select_iter(node)
|
self.selection.select_iter(node)
|
||||||
|
Loading…
Reference in New Issue
Block a user