add remove function in FamilyView
svn: r6132
This commit is contained in:
		@@ -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?)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user