add remove function in FamilyView

svn: r6132
This commit is contained in:
Don Allingham
2006-03-10 22:57:22 +00:00
parent 76d3f3daa1
commit 9d086fd022
2 changed files with 2 additions and 5 deletions

View File

@@ -110,9 +110,6 @@ class FamilyListView(PageView.ListView):
</popup>
</ui>'''
def on_double_click(self,obj,event):
return
def add(self,obj):
from Editors import EditFamily
family = RelLib.Family()