summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-01-19 18:32:39 +0000
committerJeremy Katz <katzj@redhat.com>2007-01-19 18:32:39 +0000
commitd4667da56fea7eccac7349866dca029933d266a6 (patch)
tree3e19f2477bf028f8628f66a5294cba10a0b24248 /gui.py
parent9a091a75335642076cd3bd3194bfda2d881500f8 (diff)
downloadanaconda-d4667da56fea7eccac7349866dca029933d266a6.tar.gz
anaconda-d4667da56fea7eccac7349866dca029933d266a6.tar.xz
anaconda-d4667da56fea7eccac7349866dca029933d266a6.zip
2007-01-19 Jeremy Katz <katzj@redhat.com>
* gui.py (InstallControlWindow.createWidgets): Oops, remove the if 1
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index fb5155a39..a532ae0f0 100755
--- a/gui.py
+++ b/gui.py
@@ -1105,7 +1105,7 @@ class InstallControlWindow:
dither = False, image = i)
if p is None:
print _("Unable to load title bar")
- if 1 or (gtk.gdk.screen_height() < 600) or \
+ if (gtk.gdk.screen_height() < 600) or \
(gtk.gdk.screen_height() <= 675 and not runningMiniWm()):
i.hide()
else: