* src/gramps_main.py: dropped New Database message. After all, it should
be incredibly obvious. * src/Utils.py: create_id to generate random internal ID * src/RelLib.py: new internal ID support * src/AddSpouse.py: bug fixes * src/ChooseParents.py: bug fixes * src/PeopleModel.py: bug fixes * src/PeopleView.py: bug fixes * src/FamilyView.py: bug fixes * src/Bookmarks.py: support for new internal IDs * src/EditPerson.py: support for new internal IDs * src/plugins/ReadGedcom.py: handle new internal IDs svn: r3233
This commit is contained in:
		@@ -142,13 +142,15 @@ dist_pkgdata_DATA = gedcom.xml \
 | 
			
		||||
	       papersize.xml \
 | 
			
		||||
	       tips.xml \
 | 
			
		||||
	       gnome-mime-application-x-gramps.png \
 | 
			
		||||
               gnome-mime-application-x-gedcom.png \
 | 
			
		||||
	       gnome-mime-application-x-gramps-package.png \
 | 
			
		||||
	       gramps.applications \
 | 
			
		||||
	       gramps.desktop \
 | 
			
		||||
	       gramps.svg \
 | 
			
		||||
	       gramps.keys \
 | 
			
		||||
               gramps.mime
 | 
			
		||||
 | 
			
		||||
EXTRA_DIST = $(pkgdata_DATA)
 | 
			
		||||
EXTRA_DIST = $(dist_pkgdata_DATA)
 | 
			
		||||
all: all-recursive
 | 
			
		||||
 | 
			
		||||
.SUFFIXES:
 | 
			
		||||
@@ -460,7 +462,7 @@ install-data-local:
 | 
			
		||||
	$(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/apps/Applications
 | 
			
		||||
	$(INSTALL_DATA) gramps.desktop $(DESTDIR)$(prefix)/share/applications
 | 
			
		||||
	$(INSTALL) -d $(DESTDIR)$(prefix)/share/icons/gnome/48x48/mimetypes/
 | 
			
		||||
	$(INSTALL_DATA) gnome-mime-application-x-gramps.png $(DESTDIR)$(prefix)/share/icons/gnome/48x48/mimetypes/
 | 
			
		||||
	$(INSTALL_DATA) gnome-mime-application-x-*.png $(DESTDIR)$(prefix)/share/icons/gnome/48x48/mimetypes/
 | 
			
		||||
	$(INSTALL) -d $(DESTDIR)$(prefix)/share/application-registry
 | 
			
		||||
	$(INSTALL_DATA) gramps.applications $(DESTDIR)$(prefix)/share/application-registry
 | 
			
		||||
	$(INSTALL) -d $(DESTDIR)$(prefix)/share/mime/packages
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user