From 526e6503df2e388f532ed856c75564e05eea594c Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Fri, 1 Sep 2017 10:26:51 -0700 Subject: [PATCH] show correct list of buttons when FTM started --- gramps/gui/dbman.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/gui/dbman.py b/gramps/gui/dbman.py index 1bbae77de..541026ecf 100644 --- a/gramps/gui/dbman.py +++ b/gramps/gui/dbman.py @@ -465,6 +465,7 @@ class DbManager(CLIDbManager, ManagedWindow): or the path and name if something has been selected """ self.show() + self.__update_buttons(self.selection) while True: value = self.top.run() if value == Gtk.ResponseType.OK: