Re: [rhel5-branch] Fixed hiding of a dialog window when user clicked on the main window (#511984)

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

 



> diff --git a/src/firstbootWindow.py b/src/firstbootWindow.py
> index 3e2615a..894d0dc 100644
> --- a/src/firstbootWindow.py
> +++ b/src/firstbootWindow.py
> @@ -62,6 +62,7 @@ class firstbootWindow:
>  
>          # Create the initial window and a vbox to fill it with.
>          self.win = gtk.Window()
> +        self.win.set_keep_below(True)
>          self.win.set_position(gtk.WIN_POS_CENTER)
>          self.win.set_decorated(False)

If you look just a few lines down, you see:

        if not self.doReconfig:
            self.win.set_keep_below(True)

This bug report appears to be talking about an s390 ("1. IPL from CDs")
so it does make sense that they'd be running in reconfig mode.  Does
always setting set_keep_below mean that the gnome panel and things
appear in front of the firstboot window?  If not, let's just kill the
doReconfig test.

- Chris

_______________________________________________
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