summaryrefslogtreecommitdiffstats
path: root/iw/mouse_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/mouse_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/mouse_gui.py')
-rw-r--r--iw/mouse_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/mouse_gui.py b/iw/mouse_gui.py
index a37b48029..86adddbe4 100644
--- a/iw/mouse_gui.py
+++ b/iw/mouse_gui.py
@@ -235,7 +235,7 @@ class MouseWindow(InstallWindow):
hbox.pack_start(a, gtk.FALSE)
label = gtk.Label(_("Which model mouse is attached to the computer?"))
label.set_line_wrap(gtk.TRUE)
- label.set_usize(350, -1)
+ label.set_size_request(350, -1)
hbox.pack_start(label, gtk.FALSE)
box.pack_start(hbox, gtk.FALSE)