fix Back button

This commit is contained in:
ericbsd
2020-09-02 00:51:06 -03:00
parent db10f00be7
commit e76f7d6823
+1
View File
@@ -42,6 +42,7 @@ class MainWindow():
page = self.notebook.get_current_page() page = self.notebook.get_current_page()
if page == 0: if page == 0:
create_disk_partition_db() create_disk_partition_db()
self.button1.set_sensitive(True)
if self.types.get_type() == "ufs": if self.types.get_type() == "ufs":
udbox = Gtk.VBox(False, 0) udbox = Gtk.VBox(False, 0)
udbox.show() udbox.show()