[Git][gajim/gajim][master] Fix method call

Philipp Hörist gitlab at dev.gajim.org
Sun Jul 8 10:31:12 CEST 2018


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180708/4a745ced/attachment.html>


More information about the Commits mailing list