[Git][gajim/gajim][master] Add missing bookmark dict entry

Philipp Hörist gitlab at dev.gajim.org
Sun Jul 29 22:27:15 CEST 2018


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


Commits:
dbf891e9 by Philipp Hörist at 2018-07-29T20:26:52Z
Add missing bookmark dict entry

- - - - -


1 changed file:

- gajim/common/modules/bookmarks.py


Changes:

=====================================
gajim/common/modules/bookmarks.py
=====================================
--- a/gajim/common/modules/bookmarks.py
+++ b/gajim/common/modules/bookmarks.py
@@ -273,7 +273,8 @@ class Bookmarks:
             'autojoin': autojoin,
             'minimize': minimize,
             'password': password,
-            'nick': nick}
+            'nick': nick,
+            'print_status': None}
 
         self.store_bookmarks()
         app.nec.push_incoming_event(BookmarksReceivedEvent(



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

-- 
View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/dbf891e97c915ccd4562a0979382829310e3771f
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/20180729/7c334031/attachment.html>


More information about the Commits mailing list