coding standards

This commit is contained in:
Yann Leboulanger 2006-10-05 09:49:09 +00:00
parent cc03d5d190
commit ce7e782054

View file

@ -498,7 +498,8 @@ class Interface:
def handle_event_msg(self, account, array): def handle_event_msg(self, account, array):
# 'MSG' (account, (jid, msg, time, encrypted, msg_type, subject, # 'MSG' (account, (jid, msg, time, encrypted, msg_type, subject,
# chatstate, msg_id, composing_jep, user_nick, xhtml)) user_nick is JEP-0172 # chatstate, msg_id, composing_jep, user_nick, xhtml))
# user_nick is JEP-0172
full_jid_with_resource = array[0] full_jid_with_resource = array[0]
jid = gajim.get_jid_without_resource(full_jid_with_resource) jid = gajim.get_jid_without_resource(full_jid_with_resource)