adding confirm_installation.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user