typo
This commit is contained in:
parent
ce955c00fe
commit
dcab602b75
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
|
||||||
'or remove it (all history will be lost).') % \
|
'or remove it (all history will be lost).') % \
|
||||||
common.logger.LOG_DB_PATH
|
common.logger.LOG_DB_PATH
|
||||||
gajim.nec.push_incoming_event(InformationEvent(None,
|
gajim.nec.push_incoming_event(InformationEvent(None,
|
||||||
conn=self.conn, level='error', pri_txt=pritxt,
|
conn=self.conn, level='error', pri_txt=pritext,
|
||||||
sec_txt=sectxt))
|
sec_txt=sectext))
|
||||||
|
|
||||||
treat_as = gajim.config.get('treat_incoming_messages')
|
treat_as = gajim.config.get('treat_incoming_messages')
|
||||||
if treat_as:
|
if treat_as:
|
||||||
|
|
Loading…
Add table
Reference in a new issue