summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-04-08 09:36:27 -0400
committerChris Lumens <clumens@redhat.com>2008-04-08 09:36:27 -0400
commit4ccbbe642b713713dfc30686a0d5d74a3b23f6f9 (patch)
treefc46a95d7b0b6aa4054899586212d9af323e7d60 /iw
parent8e0924267670b4f9dccc57c0e8b3f75f7fded090 (diff)
downloadanaconda-4ccbbe642b713713dfc30686a0d5d74a3b23f6f9.tar.gz
anaconda-4ccbbe642b713713dfc30686a0d5d74a3b23f6f9.tar.xz
anaconda-4ccbbe642b713713dfc30686a0d5d74a3b23f6f9.zip
Don't cause the screen to jump up and down between packages (#441160).
Diffstat (limited to 'iw')
-rw-r--r--iw/progress_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/progress_gui.py b/iw/progress_gui.py
index 6395cb645..b0f15fa35 100644
--- a/iw/progress_gui.py
+++ b/iw/progress_gui.py
@@ -135,7 +135,7 @@ class InstallProgressWindow (InstallWindow):
box.add(self.adpix)
self.adbox = box
frame.add(box)
- vbox.pack_start(frame);
+ vbox.pack_start(frame, False)
self.progress = gtk.ProgressBar()