account_modification_window gives fcus to Name of account

This commit is contained in:
Nikos Kouremenos 2005-04-30 11:02:30 +00:00
parent 8b6083c023
commit 6ba87fdd50
1 changed files with 1 additions and 1 deletions

View File

@ -1320,7 +1320,7 @@ class Account_modification_window:
self.modify = True
self.init_account()
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()
class Accounts_window: