Set focus on close button in the AccountsWindow.

This commit is contained in:
Denis Fomin 2012-06-25 23:49:20 +04:00
parent 04db4a24d8
commit fd9658021e
1 changed files with 1 additions and 0 deletions

View File

@ -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