adding confirm_installation.py

This commit is contained in:
ericbsd
2018-11-03 23:16:58 -03:00
parent c45920fdb2
commit 7860bed9f0
2 changed files with 0 additions and 9 deletions
View File
-9
View File
@@ -134,15 +134,6 @@ class MainWindow():
self.rootuser.save_selection()
Abox = Gtk.VBox(False, 0)
Abox.show()
self.adduser = AddUser(self.button3)
get_adduser = self.adduser.get_model()
Abox.pack_start(get_adduser, True, True, 0)
label = Gtk.Label("Adding User")
self.notebook.insert_page(Abox, label, 3)
self.button3.set_label("Install")
self.window.show_all()
self.notebook.next_page()
self.button3.set_sensitive(False)
elif page == 3:
self.adduser.save_selection()
Ibox = Gtk.VBox(False, 0)