give the focus to the account name when we open the accout modification window
This commit is contained in:
parent
a425908513
commit
cb65574c24
|
@ -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"""
|
||||
|
|
Loading…
Reference in New Issue