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 or the path and name if something has been selected
""" """
self.show() self.show()
self.__update_buttons(self.selection)
while True: while True:
value = self.top.run() value = self.top.run()
if value == Gtk.ResponseType.OK: if value == Gtk.ResponseType.OK: