summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iw/account_gui.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/iw/account_gui.py b/iw/account_gui.py
index 1a174624a..ec0d20bbd 100644
--- a/iw/account_gui.py
+++ b/iw/account_gui.py
@@ -142,7 +142,6 @@ class AccountWindow (InstallWindow):
self.userstore.set_value(iter, 0, accountName)
self.userstore.set_value(iter, 1, fullName)
- self.accountName.grab_focus ()
self.passwords[accountName] = password1
# XXX hack
@@ -193,7 +192,6 @@ class AccountWindow (InstallWindow):
self.win.add_button('gtk-ok', 1)
self.win.connect("response", self.close, "addUser")
self.win.show_all()
- self.win.run()
def editUser (self, widget):
title = _("Edit User")