Set focus on close button in the AccountsWindow.
This commit is contained in:
parent
04db4a24d8
commit
fd9658021e
1 changed files with 1 additions and 0 deletions
|
@ -1558,6 +1558,7 @@ class AccountsWindow:
|
|||
self.update_proxy_list()
|
||||
self.xml.connect_signals(self)
|
||||
self.init_accounts()
|
||||
self.xml.get_object('close_button').grab_focus()
|
||||
self.window.show_all()
|
||||
|
||||
# Merge accounts
|
||||
|
|
Loading…
Add table
Reference in a new issue