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:
authorlovetox <philipp@hoerist.com>2022-08-09 10:50:32 +0300
committerlovetox <philipp@hoerist.com>2022-08-09 17:48:39 +0300
commit40364b85e49a1a8fa0d327531407eeafbe86ff8d (patch)
tree5d6f527da7866560a31ed10491479e0dbca387c7
parent688ff8cb2da0552c8ac754c07a945b7a23caacf6 (diff)
fix: Call correct method
-rw-r--r--gajim/gtk/chat_page.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gajim/gtk/chat_page.py b/gajim/gtk/chat_page.py
index 90cb8a268..dd69cb45d 100644
--- a/gajim/gtk/chat_page.py
+++ b/gajim/gtk/chat_page.py
@@ -232,7 +232,7 @@ class ChatPage(Gtk.Box):
client.get_module('Contacts').add_group_chat_contact(jid)
elif type_ == 'pm':
- client.get_module('Contacts').add_group_private_contact(jid)
+ client.get_module('Contacts').add_private_contact(jid)
if self.chat_exists(account, jid):
if select: