summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-07-09 19:30:31 +0000
committerJeremy Katz <katzj@redhat.com>2003-07-09 19:30:31 +0000
commit65070a7aa694663f234a8d1fa70a74aee78c6f8f (patch)
tree9b04fa5b6f6ba4c547517b75e9721a663133735e
parentde98916accb1fc3cc125cf8200b927649ddd614d (diff)
downloadanaconda-65070a7aa694663f234a8d1fa70a74aee78c6f8f.tar.gz
anaconda-65070a7aa694663f234a8d1fa70a74aee78c6f8f.tar.xz
anaconda-65070a7aa694663f234a8d1fa70a74aee78c6f8f.zip
helps to add the box to the window (#98875)
-rwxr-xr-xgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index 168fa6791..e711e2148 100755
--- a/gui.py
+++ b/gui.py
@@ -423,6 +423,7 @@ class ProgressWindow:
self.total = total
self.progress = gtk.ProgressBar ()
box.pack_start (self.progress, gtk.TRUE)
+ self.window.add(box)
addFrame(self.window)
self.window.show_all ()