fix papercut: OKDialogs which are modal but can hide behind gramps are very

annoying: fix 6 of them in often used tools


svn: r14387
This commit is contained in:
Benny Malengier
2010-02-15 12:45:33 +00:00
parent c76159ab9d
commit 89c4ee887c
6 changed files with 16 additions and 11 deletions
+2 -1
View File
@@ -88,7 +88,8 @@ class RebuildRefMap(Tool.Tool, UpdateCallback):
uistate.set_busy_cursor(0)
uistate.progress.hide()
OkDialog(_("Reference maps rebuilt"),
_('All reference maps have been rebuilt.'))
_('All reference maps have been rebuilt.'),
parent=uistate.window)
else:
print "All reference maps have been rebuilt."
self.db.enable_signals()