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

@ -1,7 +1,7 @@
2006-03-10 Don Allingham <don@gramps-project.org>
* src/DataViews/_FamilyView.py: add remove_family functionality
* src/Mime/PythonMime.py: import gtk
* src/DataViews/_FamilyList.py: family_add explict function added
* src/DataViews/_FamilyList.py: family_add explict function added,
remove family functionality
* src/GrampsWidgets.py: use STOCK_DIALOG_INFO as a fallback if
STOCK_INFO does not exist (FreeBSD?)

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()