no need to draw muc in roster each time we get a presence or each time we get a message.

This commit is contained in:
Yann Leboulanger 2008-02-25 20:41:41 +00:00
parent 0f4aa21587
commit 62f8937fae
1 changed files with 0 additions and 10 deletions

View File

@ -1176,11 +1176,6 @@ class Interface:
control.chg_contact_status(nick, show, status, array[4], array[5],
array[6], array[7], array[8], array[9], array[10], array[11])
contact = gajim.contacts.\
get_contact_with_highest_priority(account, room_jid)
if contact:
self.roster.draw_contact(room_jid, account)
ctrl = self.msg_win_mgr.get_control(fjid, account)
# print status in chat window and update status/GPG image
@ -1240,11 +1235,6 @@ class Interface:
gc_control.on_message(nick, array[1], array[2], array[3], xhtml, array[5])
contact = gajim.contacts.\
get_contact_with_highest_priority(account, room_jid)
if contact:
self.roster.draw_contact(room_jid, account)
if self.remote_ctrl:
self.remote_ctrl.raise_signal('GCMessage', (account, array))