give the focus to the account name when we open the accout modification window

This commit is contained in:
Yann Leboulanger 2005-03-23 13:43:11 +00:00
parent a425908513
commit cb65574c24
1 changed files with 1 additions and 0 deletions

View File

@ -1334,6 +1334,7 @@ class Account_modification_window:
self.account = infos['accname']
self.init_account(infos)
self.xml.get_widget('new_account_checkbutton').set_sensitive(False)
self.xml.get_widget('name_entry').grab_focus()
class Accounts_window:
"""Class for accounts window : lists of accounts"""