focus on close button in vcard.py when we open it. fixes #2537

This commit is contained in:
Yann Leboulanger 2006-11-02 16:13:39 +00:00
parent fa20b21507
commit fdb0a9b099
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ class VcardWindow:
self.xml.signal_autoconnect(self)
self.window.show_all()
self.xml.get_widget('close_button').grab_focus()
def update_progressbar(self):
self.progressbar.pulse()