diff --git a/gramps2/Makefile.in b/gramps2/Makefile.in index 17c084b13..9c2824bd3 100644 --- a/gramps2/Makefile.in +++ b/gramps2/Makefile.in @@ -130,8 +130,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ uninstall-recursive check-recursive installcheck-recursive DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ Makefile.in NEWS TODO aclocal.m4 configure configure.in \ - gramps.sh.in gramps.spec.in install-sh missing mkinstalldirs \ - py-compile + gramps.sh.in gramps.spec.in install-sh py-compile DIST_SUBDIRS = $(SUBDIRS) all: all-recursive diff --git a/gramps2/src/EditSource.py b/gramps2/src/EditSource.py index ae7c11dd3..70bcc7ee1 100644 --- a/gramps2/src/EditSource.py +++ b/gramps2/src/EditSource.py @@ -178,7 +178,8 @@ class EditSource: title = self.title.get_text() author = self.author.get_text() pubinfo = self.pubinfo.get_text() - note = self.notes_buffer.get_text() + note = self.notes_buffer.get_text(self.notes_buffer.get_start_iter(), + self.notes_buffer.get_end_iter(),gtk.FALSE) if author != self.source.getAuthor(): self.source.setAuthor(author) diff --git a/gramps2/src/Makefile.in b/gramps2/src/Makefile.in index 2ea043f3a..b81c98ed0 100644 --- a/gramps2/src/Makefile.in +++ b/gramps2/src/Makefile.in @@ -144,7 +144,7 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ install-exec-recursive installdirs-recursive install-recursive \ uninstall-recursive check-recursive installcheck-recursive DIST_COMMON = README $(dist_pkgdata_DATA) $(pkgpython_PYTHON) AUTHORS \ - ChangeLog Makefile.am Makefile.in NEWS configure.in const.py.in + ChangeLog Makefile.am Makefile.in NEWS const.py.in DIST_SUBDIRS = $(SUBDIRS) all: all-recursive diff --git a/gramps2/src/gramps.glade b/gramps2/src/gramps.glade index 59867e8a9..201a50077 100644 --- a/gramps2/src/gramps.glade +++ b/gramps2/src/gramps.glade @@ -1444,32 +1444,6 @@ - - - True - Adds a new set of parents to the active person - True - GTK_RELIEF_NORMAL - - - - True - gtk-add - 4 - 0.5 - 0.5 - 0 - 0 - - - - - 0 - False - False - - - True @@ -1489,6 +1463,36 @@ + + 10 + False + False + + + + + + + + + + True + Adds a new set of parents to the active person + True + GTK_RELIEF_NORMAL + + + + True + gtk-add + 4 + 0.5 + 0.5 + 0 + 0 + + + 0 False @@ -1521,10 +1525,6 @@ False - - - - 3 @@ -1605,32 +1605,6 @@ - - - True - Adds a new set of parents to the selected spouse - True - GTK_RELIEF_NORMAL - - - - True - gtk-add - 4 - 0.5 - 0.5 - 0 - 0 - - - - - 0 - False - False - - - True @@ -1650,6 +1624,36 @@ + + 10 + False + False + + + + + + + + + + True + Adds a new set of parents to the selected spouse + True + GTK_RELIEF_NORMAL + + + + True + gtk-add + 4 + 0.5 + 0.5 + 0 + 0 + + + 0 False @@ -1682,10 +1686,6 @@ False - - - - 3 diff --git a/gramps2/src/gramps.gladep b/gramps2/src/gramps.gladep index 7012234d5..6c802a87f 100644 --- a/gramps2/src/gramps.gladep +++ b/gramps2/src/gramps.gladep @@ -2,6 +2,7 @@ - - + Src + src + .