coding standard

This commit is contained in:
Yann Leboulanger 2008-11-30 21:32:59 +00:00
parent 1d4455bc20
commit e9b1726e99
1 changed files with 5 additions and 6 deletions

View File

@ -1253,8 +1253,7 @@ class ConversationTextview:
# note that color of /me may be overwritten in gc_control # note that color of /me may be overwritten in gc_control
text_tags.append(other_text_tag) text_tags.append(other_text_tag)
else: # not status nor /me else: # not status nor /me
if gajim.config.get( if gajim.config.get('chat_merge_consecutive_nickname'):
'chat_merge_consecutive_nickname'):
if kind != old_kind: if kind != old_kind:
self.print_name(name, kind, other_tags_for_name) self.print_name(name, kind, other_tags_for_name)
else: else: