From 8305d8748efc15707fd43181e494f71b20c2a443 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 11 Feb 2002 17:34:23 +0000 Subject: fix #59422 --- iw/account_gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iw/account_gui.py') 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) -- cgit