2007-04-15 Don Allingham <don@gramps-project.org>

* src/GrampsDb/_WriteGedcom.py: use CONT to continue page info
	* src/GrampsDb/_GrampsBSDDB.py: additional error checking
	* src/QuestionDialog.py: enable markup
	* src/DbLoader.py: additional error checking

	* src/plugins/NarrativeWeb.py
	* src/ReportBase/_ReportUtils.py
	0001012: Private source and private child references shown in narrative 
	website.
	0001017: Insufficient space in pedigree view of narrative website


svn: r8386
This commit is contained in:
Don Allingham
2007-04-16 01:19:46 +00:00
parent 6468dc2a23
commit 43e3bf68cd
5 changed files with 25 additions and 15 deletions

View File

@@ -171,7 +171,7 @@ class ErrorDialog(gtk.MessageDialog):
type=gtk.MESSAGE_ERROR,
buttons=gtk.BUTTONS_CLOSE)
self.set_markup('<span weight="bold" size="larger">%s</span>' % msg1)
self.format_secondary_text(msg2)
self.format_secondary_markup(msg2)
self.set_icon(ICON)
self.set_title("%s - GRAMPS" % msg1)
self.show()