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

Commits:
b6c43c90 by Philipp Hörist at 2018-10-03T06:08:32Z
Fix the fix

- - - - -


1 changed file:

- gajim/common/connection.py


Changes:

=====================================
gajim/common/connection.py
=====================================
@@ -647,7 +647,7 @@ class Connection(CommonConnection, ConnectionHandlers):
         if self.old_show:
             self.connected = app.SHOW_LIST.index(self.old_show)
             app.nec.push_incoming_event(OurShowEvent(
-                None, conn=self, show=app.SHOW_LIST[self.old_show]))
+                None, conn=self, show=self.old_show))
         else: # we default to online
             self.connected = 2
             app.nec.push_incoming_event(OurShowEvent(



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/b6c43c90666d800fe3896656d1bf80ee8cbed761
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to