don't draw groupchat iters in a callback. Draw them in main thread to prevent GTK Error

This commit is contained in:
Yann Leboulanger 2016-04-12 21:59:57 +02:00
parent 1dba4796f7
commit 991df175d7
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ class Interface:
if obj.conn.connected == invisible_show:
return
self.auto_join_bookmarks(obj.conn.name)
GLib.idle_add(self.auto_join_bookmarks, obj.conn.name)
def handle_event_file_send_error(self, account, array):
jid = array[0]