give the focus to the account name when we open the accout modification window
This commit is contained in:
parent
a425908513
commit
cb65574c24
1 changed files with 1 additions and 0 deletions
|
@ -1334,6 +1334,7 @@ class Account_modification_window:
|
||||||
self.account = infos['accname']
|
self.account = infos['accname']
|
||||||
self.init_account(infos)
|
self.init_account(infos)
|
||||||
self.xml.get_widget('new_account_checkbutton').set_sensitive(False)
|
self.xml.get_widget('new_account_checkbutton').set_sensitive(False)
|
||||||
|
self.xml.get_widget('name_entry').grab_focus()
|
||||||
|
|
||||||
class Accounts_window:
|
class Accounts_window:
|
||||||
"""Class for accounts window : lists of accounts"""
|
"""Class for accounts window : lists of accounts"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue