summaryrefslogtreecommitdiffstats
path: root/iw/welcome_gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-01-08 01:16:52 +0000
committerMatt Wilson <msw@redhat.com>2002-01-08 01:16:52 +0000
commitef715eb678a2b518ad7a4ed77b570436a3c11d29 (patch)
tree8c0f7fc73aab7f74f0c1d46afc155491738e3a7f /iw/welcome_gui.py
parent8bbed3b5af6fdcb17c7a317bd7333bd42b270d9d (diff)
downloadanaconda-ef715eb678a2b518ad7a4ed77b570436a3c11d29.tar.gz
anaconda-ef715eb678a2b518ad7a4ed77b570436a3c11d29.tar.xz
anaconda-ef715eb678a2b518ad7a4ed77b570436a3c11d29.zip
s/set_usize/set_size_request/g
Diffstat (limited to 'iw/welcome_gui.py')
-rw-r--r--iw/welcome_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/welcome_gui.py b/iw/welcome_gui.py
index f57c2392c..aa8cb4a98 100644
--- a/iw/welcome_gui.py
+++ b/iw/welcome_gui.py
@@ -84,7 +84,7 @@ class ReconfigWelcomeWindow (InstallWindow):
label = gtk.Label(_("Would you like to configure your system?"))
label.set_line_wrap(gtk.TRUE)
label.set_alignment(0.0, 0.0)
- label.set_usize(400, -1)
+ label.set_size_request(400, -1)
box.pack_start(label)