summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2000-11-13 22:20:12 +0000
committerbfox <bfox>2000-11-13 22:20:12 +0000
commit06a6c0cb1613d3d0100cd663d348b24f5e91c895 (patch)
tree53c04903bdb7f4b20018e68563f4f6d0b74aa21e /gui.py
parentf8826ab3ff8e1449f919076006d01046c7da1108 (diff)
downloadanaconda-06a6c0cb1613d3d0100cd663d348b24f5e91c895.tar.gz
anaconda-06a6c0cb1613d3d0100cd663d348b24f5e91c895.tar.xz
anaconda-06a6c0cb1613d3d0100cd663d348b24f5e91c895.zip
Removed some old code that had been commented out.
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/gui.py b/gui.py
index 67c54d18b..cced4de70 100755
--- a/gui.py
+++ b/gui.py
@@ -465,8 +465,6 @@ class InstallControlWindow:
self.textWin.add(vbox1)
try:
-# self.textWin.set_default_size (520, 400)
-# self.textWin.set_usize (520, 400)
self.textWin.set_position (WIN_POS_CENTER)
text = GtkText()
@@ -486,7 +484,6 @@ class InstallControlWindow:
sw.set_policy(POLICY_NEVER, POLICY_ALWAYS)
sw.add(text)
-# vbox1 = GtkVBox()
vbox1.pack_start(sw, TRUE, TRUE)
try:
@@ -511,7 +508,6 @@ class InstallControlWindow:
self.textWin.show_all()
except:
-# print "Unable to load file"
self.textWin.set_position (WIN_POS_CENTER)
label = GtkLabel("Unable to load file!")