add remove function in FamilyView
svn: r6132
This commit is contained in:
parent
6ea836078d
commit
4521959d93
@ -1,7 +1,7 @@
|
|||||||
2006-03-10 Don Allingham <don@gramps-project.org>
|
2006-03-10 Don Allingham <don@gramps-project.org>
|
||||||
* src/DataViews/_FamilyView.py: add remove_family functionality
|
|
||||||
* src/Mime/PythonMime.py: import gtk
|
* 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
|
* src/GrampsWidgets.py: use STOCK_DIALOG_INFO as a fallback if
|
||||||
STOCK_INFO does not exist (FreeBSD?)
|
STOCK_INFO does not exist (FreeBSD?)
|
||||||
|
|
||||||
|
@ -110,9 +110,6 @@ class FamilyListView(PageView.ListView):
|
|||||||
</popup>
|
</popup>
|
||||||
</ui>'''
|
</ui>'''
|
||||||
|
|
||||||
def on_double_click(self,obj,event):
|
|
||||||
return
|
|
||||||
|
|
||||||
def add(self,obj):
|
def add(self,obj):
|
||||||
from Editors import EditFamily
|
from Editors import EditFamily
|
||||||
family = RelLib.Family()
|
family = RelLib.Family()
|
||||||
|
Loading…
Reference in New Issue
Block a user