summaryrefslogtreecommitdiffstats
path: root/iw/account_gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-02-11 17:34:23 +0000
committerMatt Wilson <msw@redhat.com>2002-02-11 17:34:23 +0000
commit8305d8748efc15707fd43181e494f71b20c2a443 (patch)
treea17467770be2947aed215834e39efb0c9dcec8ee /iw/account_gui.py
parentdaf9078c7e461a524a598a5b2b20f7497f1f0175 (diff)
downloadanaconda-8305d8748efc15707fd43181e494f71b20c2a443.tar.gz
anaconda-8305d8748efc15707fd43181e494f71b20c2a443.tar.xz
anaconda-8305d8748efc15707fd43181e494f71b20c2a443.zip
fix #59422
Diffstat (limited to 'iw/account_gui.py')
-rw-r--r--iw/account_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py
index 36402a9e0..d19d15656 100644
--- a/iw/account_gui.py
+++ b/iw/account_gui.py
@@ -350,8 +350,8 @@ class AccountWindow (InstallWindow):
hbox.pack_start(a, gtk.FALSE, 20)
box.pack_start(hbox, gtk.FALSE)
- self.forward = lambda widget, box=box: box.focus (gtk.DIR_TAB_FORWARD)
-
+ self.forward = lambda widget, box=box: box.emit('focus', gtk.DIR_TAB_FORWARD)
+
table = gtk.Table (2, 2)
table.set_row_spacings (5)
table.set_col_spacings (5)