Fixed EditSource, rearranged buttons on FamilyView

svn: r1145
This commit is contained in:
Don Allingham
2002-10-20 21:35:25 +00:00
parent 0a07f65f65
commit dc63bc3576
5 changed files with 67 additions and 66 deletions

View File

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