aboutsummaryrefslogtreecommitdiff
path: root/gui.py
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-21 20:51:04 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-21 20:51:04 +0000
commit56ef89e347ffc9b700c1ae98826a8219570d5368 (patch)
tree4fe80fa492aa3a80a3e8941cc27fb82d12712184 /gui.py
parentgui.py: fix a bug where the makeconf screen appears twice (diff)
downloadanaconda-56ef89e347ffc9b700c1ae98826a8219570d5368.tar.gz
anaconda-56ef89e347ffc9b700c1ae98826a8219570d5368.tar.bz2
anaconda-56ef89e347ffc9b700c1ae98826a8219570d5368.zip
Remove the progress bar
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index ee32f0f..e09d9b9 100755
--- a/gui.py
+++ b/gui.py
@@ -1477,7 +1477,6 @@ class InstallControlWindow:
def loadGlade(self):
self.mainxml = gtk.glade.XML(findGladeFile("anaconda.glade"),
domain="anaconda")
- self.anaconda.mainxml = self.mainxml
def setup_window (self, window_reload):
self.setLtR()