coding standard
This commit is contained in:
parent
1d4455bc20
commit
e9b1726e99
|
@ -1253,8 +1253,7 @@ class ConversationTextview:
|
|||
# note that color of /me may be overwritten in gc_control
|
||||
text_tags.append(other_text_tag)
|
||||
else: # not status nor /me
|
||||
if gajim.config.get(
|
||||
'chat_merge_consecutive_nickname'):
|
||||
if gajim.config.get('chat_merge_consecutive_nickname'):
|
||||
if kind != old_kind:
|
||||
self.print_name(name, kind, other_tags_for_name)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue