* src/docgen/PdfDoc.py: Support drawing functions.
* src/docgen/PdfDrawDoc.py: remove - all functions integrated into PdfDoc.py * src/DbPrompter.py: change title from "Save" to "Create" when opening a new database, prompt with last database saved. * src/FamilyView.py: don't add columns to the child list if it is already initialized svn: r2065
This commit is contained in:
parent
65f18d93ac
commit
87ef9d437c
@ -178,11 +178,11 @@ class FamilyView:
|
|||||||
self.child_list.set_search_column(0)
|
self.child_list.set_search_column(0)
|
||||||
self.child_selection = self.child_list.get_selection()
|
self.child_selection = self.child_list.get_selection()
|
||||||
|
|
||||||
Utils.build_columns(self.child_list,
|
if not already_init:
|
||||||
[ ('',30,0), (_('Name'),250,-1), (_('ID'),50,-1),
|
Utils.build_columns(self.child_list,
|
||||||
(_('Gender'),100,-1), (_('Birth date'),150,6),
|
[ ('',30,0), (_('Name'),250,-1), (_('ID'),50,-1),
|
||||||
(_('Status'),100,-1), ('',0,-1) ])
|
(_('Gender'),100,-1), (_('Birth date'),150,6),
|
||||||
|
(_('Status'),100,-1), ('',0,-1) ])
|
||||||
self.cadded[fv] = 1
|
self.cadded[fv] = 1
|
||||||
|
|
||||||
def edit_active_person(self,obj,event):
|
def edit_active_person(self,obj,event):
|
||||||
|
Loading…
Reference in New Issue
Block a user