Do not highlight(mark) contact name in VcardWindow.

This commit is contained in:
Denis Fomin 2012-06-25 23:27:23 +04:00
parent 62ce6a27e7
commit 04db4a24d8
1 changed files with 1 additions and 1 deletions

View File

@ -142,8 +142,8 @@ class VcardWindow:
buffer_.set_text(annotations[self.contact.jid])
self.xml.connect_signals(self)
self.window.show_all()
self.xml.get_object('close_button').grab_focus()
self.window.show_all()
def update_progressbar(self):
self.progressbar.pulse()