Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/message_control.py')
-rw-r--r--src/message_control.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/message_control.py b/src/message_control.py
index 88923e625..7172b7e65 100644
--- a/src/message_control.py
+++ b/src/message_control.py
@@ -160,7 +160,7 @@ class MessageControl:
if crypto_changed:
self.print_esession_details()
- def send_message(self, message, keyID = '', type = 'chat',
+ def send_message(self, message, keyID = '', type_ = 'chat',
chatstate = None, msg_id = None, composing_xep = None, resource = None,
user_nick = None):
# Send the given message to the active tab.
@@ -184,7 +184,7 @@ class MessageControl:
self.set_session(sess)
# Send and update history
- return conn.send_message(jid, message, keyID, type = type,
+ return conn.send_message(jid, message, keyID, type_ = type_,
chatstate = chatstate, msg_id = msg_id,
composing_xep = composing_xep,
resource = self.resource, user_nick = user_nick,