Philipp Hörist pushed to branch master at gajim / gajim
Commits:
3cfd82b0 by Philipp Hörist at 2018-07-08T10:31:05+02:00
Fix method call
- - - - -
1 changed file:
- gajim/common/connection.py
Changes:
=====================================
gajim/common/connection.py
=====================================
--- a/gajim/common/connection.py
+++ b/gajim/common/connection.py
@@ -2467,7 +2467,7 @@ class Connection(CommonConnection, ConnectionHandlers):
self.connection.send(iq)
i = 0
self.get_module('Bookmarks').bookmarks.pop(jid, None)
- self.store_bookmarks()
+ self.get_module('Bookmarks').store_bookmarks()
def send_gc_status(self, nick, jid, show, status, auto=False):
if not app.account_is_connected(self.name):
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/3cfd82b0c2a654cc860a3f6418e567179cb68967
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/3cfd82b0c2a654cc860a3f6418e567179cb68967
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