use the theme color
This commit is contained in:
parent
b815cbf055
commit
c3597c4257
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ class Core(object):
|
|||
if not conversation:
|
||||
# We create the conversation with the bare Jid if nothing was found
|
||||
conversation = self.open_conversation_window(jid.bare, False)
|
||||
conversation.get_room().add_message(body, None, jid.full, False, 5)
|
||||
conversation.get_room().add_message(body, None, jid.full, False, theme.COLOR_REMOTE_USER)
|
||||
if self.current_tab() is not conversation:
|
||||
conversation.set_color_state(theme.COLOR_TAB_PRIVATE)
|
||||
self.refresh_window()
|
||||
|
|
Loading…
Reference in a new issue