Merge branch 'zero_con' into 'master'

Zeroconf: fix unexpected keyword argument

See merge request 
This commit is contained in:
Yann Leboulanger 2017-12-18 23:08:14 +01:00
commit 01d535527e
1 changed files with 1 additions and 1 deletions
gajim/common/zeroconf

View File

@ -325,7 +325,7 @@ class ConnectionZeroconf(CommonConnection, ConnectionHandlersZeroconf):
def _change_from_invisible(self): def _change_from_invisible(self):
self.connection.announce() 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): if self.connection.set_show_msg(show, msg):
app.nec.push_incoming_event(OurShowEvent(None, conn=self, app.nec.push_incoming_event(OurShowEvent(None, conn=self,
show=show)) show=show))