diff options
author | Matt Wilson <msw@redhat.com> | 2001-03-26 18:12:01 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-03-26 18:12:01 +0000 |
commit | a2d28cb8bd77370ab5ceaefc27159920cc223a3c (patch) | |
tree | 5e84345aa4f16c671105f21ed4342cf395896fa5 /gui.py | |
parent | 9a46e0e8d70571e7011052acc57573be58d2fc98 (diff) | |
download | anaconda-a2d28cb8bd77370ab5ceaefc27159920cc223a3c.tar.gz anaconda-a2d28cb8bd77370ab5ceaefc27159920cc223a3c.tar.xz anaconda-a2d28cb8bd77370ab5ceaefc27159920cc223a3c.zip |
gui.py: possible fix for #33103: reset the frame's label always
fstab.py: we already have the intf's progressWindow stored in self,
don't require it to be passed in
todo.py: fix the call to fstab.turnOnSwap to use the new method
iw/rootpartition_gui.py: ditto. why was it passing a waitwindow, anyway?!
textw/partitioning_text.py: ditto.
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -629,6 +629,7 @@ class InstallControlWindow: self.installFrame.remove (child) child.destroy () + self.installFrame.set_label (_(screen.getICS ().getTitle ())) self.installFrame.add (new_screen) self.installFrame.show_all () |