summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorbfox <bfox>2002-09-20 16:03:51 +0000
committerbfox <bfox>2002-09-20 16:03:51 +0000
commitb76c1e9291ba22be40ed83a765948290f79a4662 (patch)
tree5872e929e0be452e8486a1560013be8710cc0db7 /gui.py
parent301fdfc5764dc3faa54e5880570e5f882b04479e (diff)
downloadanaconda-b76c1e9291ba22be40ed83a765948290f79a4662.tar.gz
anaconda-b76c1e9291ba22be40ed83a765948290f79a4662.tar.xz
anaconda-b76c1e9291ba22be40ed83a765948290f79a4662.zip
removed HSeparator
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 e56cd1c8d..37f57e65b 100755
--- a/gui.py
+++ b/gui.py
@@ -1096,7 +1096,6 @@ class InstallControlWindow:
self.box = gtk.VBox (gtk.FALSE, 0)
self.box.set_spacing(0)
- self.box.pack_start (gtk.HSeparator (), gtk.FALSE)
self.help_sw = gtk.ScrolledWindow()
self.help_sw.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)
self.help_sw.add(self.help)