diff options
author | Matt Wilson <msw@redhat.com> | 2002-01-08 01:16:52 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2002-01-08 01:16:52 +0000 |
commit | ef715eb678a2b518ad7a4ed77b570436a3c11d29 (patch) | |
tree | 8c0f7fc73aab7f74f0c1d46afc155491738e3a7f /iw/silo_gui.py | |
parent | 8bbed3b5af6fdcb17c7a317bd7333bd42b270d9d (diff) | |
download | anaconda-ef715eb678a2b518ad7a4ed77b570436a3c11d29.tar.gz anaconda-ef715eb678a2b518ad7a4ed77b570436a3c11d29.tar.xz anaconda-ef715eb678a2b518ad7a4ed77b570436a3c11d29.zip |
s/set_usize/set_size_request/g
Diffstat (limited to 'iw/silo_gui.py')
-rw-r--r-- | iw/silo_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/silo_gui.py b/iw/silo_gui.py index 583f1180d..10b88e022 100644 --- a/iw/silo_gui.py +++ b/iw/silo_gui.py @@ -166,7 +166,7 @@ class SiloWindow (InstallWindow): self.radioBox.set_border_width (5) spacer = GtkLabel("") - spacer.set_usize(10, 1) + spacer.set_size_request(10, 1) self.radioBox.attach(spacer, 0, 1, 2, 4, FALSE) label = GtkLabel(_("Install SILO boot record on:")) |