Yann Leboulanger pushed to branch master at gajim / gajim

Commits:
8b960238 by André Apitzsch at 2017-12-18T22:52:06+01:00
Zeroconf: fix unexpected keyword argument

_update_status() got an unexpected keyword argument 'idle_time'

introduced by 28917aaf5647b6cc0c8e8d62d5dfe19fba48ef4b

- - - - -
01d53552 by Yann Leboulanger at 2017-12-18T23:08:14+01:00
Merge branch 'zero_con' into 'master'

Zeroconf: fix unexpected keyword argument

See merge request gajim/gajim!174
- - - - -


1 changed file:

- gajim/common/zeroconf/connection_zeroconf.py


Changes:

=====================================
gajim/common/zeroconf/connection_zeroconf.py
=====================================
--- a/gajim/common/zeroconf/connection_zeroconf.py
+++ b/gajim/common/zeroconf/connection_zeroconf.py
@@ -325,7 +325,7 @@ class ConnectionZeroconf(CommonConnection, 
ConnectionHandlersZeroconf):
     def _change_from_invisible(self):
         self.connection.announce()
 
-    def _update_status(self, show, msg):
+    def _update_status(self, show, msg, idle_time=None):
         if self.connection.set_show_msg(show, msg):
             app.nec.push_incoming_event(OurShowEvent(None, conn=self,
                 show=show))



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/compare/5a33a59ee6f58364eb00d8d52e96d13bbfaf65d6...01d535527e1e3324af08ccb6102b34e0ffac0f97

---
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/compare/5a33a59ee6f58364eb00d8d52e96d13bbfaf65d6...01d535527e1e3324af08ccb6102b34e0ffac0f97
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to