account_modification_window gives fcus to Name of account
This commit is contained in:
parent
8b6083c023
commit
6ba87fdd50
1 changed files with 1 additions and 1 deletions
|
@ -1320,7 +1320,7 @@ class Account_modification_window:
|
||||||
self.modify = True
|
self.modify = True
|
||||||
self.init_account()
|
self.init_account()
|
||||||
self.xml.get_widget('new_account_checkbutton').set_sensitive(False)
|
self.xml.get_widget('new_account_checkbutton').set_sensitive(False)
|
||||||
self.xml.get_widget('save_button').grab_focus()
|
self.xml.get_widget('name_entry').grab_focus()
|
||||||
self.window.show_all()
|
self.window.show_all()
|
||||||
|
|
||||||
class Accounts_window:
|
class Accounts_window:
|
||||||
|
|
Loading…
Add table
Reference in a new issue