Skip to content
Snippets Groups Projects
Commit fdb0a9b0 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent fa20b215
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment