summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-01-12 21:59:16 +0000
committerMike Fulbright <msf@redhat.com>2000-01-12 21:59:16 +0000
commit81f5e9a89dd34b60014f2ffd282a1159fe265680 (patch)
tree7dbff56568ae35e10f8b714c7849b283d2945608 /iw
parentfdc8523744659852fc7b0e7d314a8af9119e81fe (diff)
downloadanaconda-81f5e9a89dd34b60014f2ffd282a1159fe265680.tar.gz
anaconda-81f5e9a89dd34b60014f2ffd282a1159fe265680.tar.xz
anaconda-81f5e9a89dd34b60014f2ffd282a1159fe265680.zip
Changes reconfiguration mode help text slightly.
Dr Mike
Diffstat (limited to 'iw')
-rw-r--r--iw/welcome.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/iw/welcome.py b/iw/welcome.py
index aafc495f2..ea4c7d821 100644
--- a/iw/welcome.py
+++ b/iw/welcome.py
@@ -82,21 +82,3 @@ class ReconfigWelcomeWindow (InstallWindow):
box.set_border_width (5)
self.beingDisplayed = 1
return box
-
-
-# frame = GtkFrame ()
-# frame.set_shadow_type (SHADOW_IN)
-# im = self.ics.readPixmap ("splash.png")
-#
-# if im:
-# im.render ()
-# box = GtkEventBox ()
-# pix = im.make_pixmap ()
-# style = box.get_style ().copy ()
-# style.bg[STATE_NORMAL] = style.white
-# box.set_style (style)
-# box.add (pix)
-# frame.add (box)
-#
-# return frame
-