summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-03-26 18:12:01 +0000
committerMatt Wilson <msw@redhat.com>2001-03-26 18:12:01 +0000
commita2d28cb8bd77370ab5ceaefc27159920cc223a3c (patch)
tree5e84345aa4f16c671105f21ed4342cf395896fa5 /gui.py
parent9a46e0e8d70571e7011052acc57573be58d2fc98 (diff)
downloadanaconda-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-xgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index b52e1c1e4..1f9cd620d 100755
--- a/gui.py
+++ b/gui.py
@@ -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 ()