diff --git a/ChangeLog b/ChangeLog index da0e00cef..499abaf1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-12-30 Brian Matherly + * src/Bookmarks: Set dialog to modal. + 2007-12-30 Stéphane Charette * src/ReportBase/_GraphvizReportDialog.py: * src/plugins/GVFamilyLines.py: more work-in-progress on GraphViz and @@ -9,8 +12,8 @@ 2007-12-30 Brian Matherly * src/plugins/GVFamilyLines.py: - * src\PluginUtils\__init__.py: - * src\PluginUtils\_MenuOptions.py: + * src/PluginUtils/__init__.py: + * src/PluginUtils/_MenuOptions.py: Rename "PeoplePickerOption" to "PersonListOption". 2007-12-30 Stéphane Charette diff --git a/src/Bookmarks.py b/src/Bookmarks.py index 91946276a..c4c1893b9 100644 --- a/src/Bookmarks.py +++ b/src/Bookmarks.py @@ -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('%s'