diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-07-09 19:30:31 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-07-09 19:30:31 +0000 |
commit | 65070a7aa694663f234a8d1fa70a74aee78c6f8f (patch) | |
tree | 9b04fa5b6f6ba4c547517b75e9721a663133735e /gui.py | |
parent | de98916accb1fc3cc125cf8200b927649ddd614d (diff) | |
download | anaconda-65070a7aa694663f234a8d1fa70a74aee78c6f8f.tar.gz anaconda-65070a7aa694663f234a8d1fa70a74aee78c6f8f.tar.xz anaconda-65070a7aa694663f234a8d1fa70a74aee78c6f8f.zip |
helps to add the box to the window (#98875)
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 () |