[firstboot 1/2] Load the screens before making the sidebar

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux