Set bookmarks dialog to modal.

svn: r9651
This commit is contained in:
Brian Matherly
2007-12-31 05:49:03 +00:00
parent eb9d09aded
commit a37fc2bab3
2 changed files with 6 additions and 2 deletions

View File

@@ -194,6 +194,7 @@ class Bookmarks :
title = "%s - GRAMPS" % _("Edit Bookmarks")
self.top = gtk.Dialog(title)
self.top.set_default_size(400, 350)
self.top.set_modal(True)
self.top.set_has_separator(False)
self.top.vbox.set_spacing(5)
label = gtk.Label('<span size="larger" weight="bold">%s</span>'