If some modules don't create their screens properly the sidebar may be messed up and include them. --- progs/firstboot | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/progs/firstboot b/progs/firstboot index e3c168d..e7a08e6 100755 --- a/progs/firstboot +++ b/progs/firstboot @@ -125,8 +125,8 @@ if __name__ == '__main__': # TODO rewrite the interface config.interface.moduleList = modules config.interface.createMainWindow() - config.interface.createSidebar() config.interface.createScreens() + config.interface.createSidebar() config.interface.run() if frontend is not None: -- 1.7.5.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list