Skip to content
Snippets Groups Projects
Commit 88fe4f8e authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

prevent traceback when there are unread message on startup

parent 9ada82a3
No related branches found
No related tags found
No related merge requests found
......@@ -3445,13 +3445,13 @@ class Interface:
# set the icon to all windows
gtk.window_set_default_icon(pix)
self.init_emoticons()
self.make_regexps()
self.roster = roster_window.RosterWindow()
for account in gajim.connections:
gajim.connections[account].load_roster_from_db()
self.init_emoticons()
self.make_regexps()
# get instances for windows/dialogs that will show_all()/hide()
self.instances['file_transfers'] = dialogs.FileTransfersWindow()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment