show correct list of buttons when FTM started

This commit is contained in:
Paul Franklin 2017-09-01 10:26:51 -07:00
parent 490d206afc
commit 526e6503df

View File

@ -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: