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@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
03-15-2012, 04:22 PM
"Brian C. Lane"
Load the screens before making the sidebar
Both these look good. Catching module loading problems is a good idea.
--
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list