Set focus on close button in the AccountsWindow.
This commit is contained in:
parent
04db4a24d8
commit
fd9658021e
|
@ -1558,6 +1558,7 @@ class AccountsWindow:
|
||||||
self.update_proxy_list()
|
self.update_proxy_list()
|
||||||
self.xml.connect_signals(self)
|
self.xml.connect_signals(self)
|
||||||
self.init_accounts()
|
self.init_accounts()
|
||||||
|
self.xml.get_object('close_button').grab_focus()
|
||||||
self.window.show_all()
|
self.window.show_all()
|
||||||
|
|
||||||
# Merge accounts
|
# Merge accounts
|
||||||
|
|
Loading…
Reference in New Issue