don't draw groupchat iters in a callback. Draw them in main thread to prevent GTK Error
This commit is contained in:
parent
1dba4796f7
commit
991df175d7
|
@ -836,7 +836,7 @@ class Interface:
|
||||||
if obj.conn.connected == invisible_show:
|
if obj.conn.connected == invisible_show:
|
||||||
return
|
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):
|
def handle_event_file_send_error(self, account, array):
|
||||||
jid = array[0]
|
jid = array[0]
|
||||||
|
|
Loading…
Reference in New Issue