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

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gotr
diff options
context:
space:
mode:
Diffstat (limited to 'gotr')
-rw-r--r--gotr/otrmodule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gotr/otrmodule.py b/gotr/otrmodule.py
index a61b522..1eb38b4 100644
--- a/gotr/otrmodule.py
+++ b/gotr/otrmodule.py
@@ -530,7 +530,7 @@ class OtrPlugin(GajimPlugin):
# otherwise try without the resource
ctrl = gajim.interface.msg_win_mgr.get_control(
- gajim.get_jid_without_resource(fjid), account)
+ gajim.get_jid_without_resource(str(fjid)), account)
# but only use it when it's not a GC window
if ctrl and ctrl.TYPE_ID == TYPE_CHAT:
return ctrl