From cb65574c245d12ac9b8ca0191ab977598bb752e5 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 23 Mar 2005 13:43:11 +0000 Subject: [PATCH] give the focus to the account name when we open the accout modification window --- plugins/gtkgui/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/gtkgui/config.py b/plugins/gtkgui/config.py index 6ecbb9963..79b2de0b0 100644 --- a/plugins/gtkgui/config.py +++ b/plugins/gtkgui/config.py @@ -1334,6 +1334,7 @@ class Account_modification_window: self.account = infos['accname'] self.init_account(infos) self.xml.get_widget('new_account_checkbutton').set_sensitive(False) + self.xml.get_widget('name_entry').grab_focus() class Accounts_window: """Class for accounts window : lists of accounts"""