focus on close button in vcard.py when we open it. fixes #2537
This commit is contained in:
parent
fa20b21507
commit
fdb0a9b099
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue