From 83a101b57afe9bedfc6369a71b44913b746464e8 Mon Sep 17 00:00:00 2001 From: ericbsd Date: Sun, 6 Sep 2020 07:13:56 -0300 Subject: [PATCH] remove self.adduser.save_selection --- install-station | 1 - 1 file changed, 1 deletion(-) diff --git a/install-station b/install-station index 9500cd4..271c23f 100755 --- a/install-station +++ b/install-station @@ -111,7 +111,6 @@ class MainWindow(): self.notebook.show_all() self.button3.set_sensitive(True) elif page == 3: - self.adduser.save_selection() Ibox = Gtk.VBox(False, 0) Ibox.show() install = installSlide()