[Git][gajim/gajim][master] Fix AttributeError: 'VersionResultReceivedEvent' object has no attribute 'getResource'

Philipp Hörist gitlab at dev.gajim.org
Sun Jul 1 23:48:28 CEST 2018


Philipp Hörist pushed to branch master at gajim / gajim


Commits:
0b5bb998 by André Apitzsch at 2018-07-01T23:43:50+02:00
Fix AttributeError: 'VersionResultReceivedEvent' object has no attribute 'getResource'

- - - - -


1 changed file:

- gajim/remote_control.py


Changes:

=====================================
gajim/remote_control.py
=====================================
--- a/gajim/remote_control.py
+++ b/gajim/remote_control.py
@@ -146,7 +146,7 @@ class Remote:
 
     def on_os_info(self, obj):
         self.raise_signal('OsInfo', (obj.conn.name, [obj.jid.getStripped(),
-                                                     obj.getResource(),
+                                                     obj.jid.getResource(),
                                                      obj.client_info,
                                                      obj.os_info]))
 



View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/0b5bb998c31e55ab58b8a3cd2eb0d195d45df459

-- 
View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/0b5bb998c31e55ab58b8a3cd2eb0d195d45df459
You're receiving this email because of your account on dev.gajim.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180701/313d6281/attachment.html>


More information about the Commits mailing list