summaryrefslogtreecommitdiffstats
path: root/iw/account_gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-07-10 20:36:50 +0000
committerJeremy Katz <katzj@redhat.com>2002-07-10 20:36:50 +0000
commit6ecd7e635798cf869829e6a41dcd9ca890e19a44 (patch)
treee56a82a0156e0a248a3d87a3d9498fb37f641dae /iw/account_gui.py
parent5bf9028f5b008b72559f0d845c6770a3bda6987c (diff)
downloadanaconda-6ecd7e635798cf869829e6a41dcd9ca890e19a44.tar.gz
anaconda-6ecd7e635798cf869829e6a41dcd9ca890e19a44.tar.xz
anaconda-6ecd7e635798cf869829e6a41dcd9ca890e19a44.zip
don't run the window after showing it with response being handled. this causes an run loop for the dialog and thus we can't exit. HOORAY
Diffstat (limited to 'iw/account_gui.py')
-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")