Skip to content
Snippets Groups Projects
Commit 04db4a24 authored by Dicson's avatar Dicson
Browse files

Do not highlight(mark) contact name in VcardWindow.

parent 62ce6a27
No related branches found
No related tags found
No related merge requests found
...@@ -142,8 +142,8 @@ class VcardWindow: ...@@ -142,8 +142,8 @@ class VcardWindow:
buffer_.set_text(annotations[self.contact.jid]) buffer_.set_text(annotations[self.contact.jid])
self.xml.connect_signals(self) self.xml.connect_signals(self)
self.window.show_all()
self.xml.get_object('close_button').grab_focus() self.xml.get_object('close_button').grab_focus()
self.window.show_all()
def update_progressbar(self): def update_progressbar(self):
self.progressbar.pulse() 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