forked from AuroraMiddleware/gtk
impcontextsimple: Return from GTask
GLib complains about this now, so do it.
This commit is contained in:
parent
48d3db8daa
commit
d968659b43
@ -351,6 +351,8 @@ init_compose_table_thread_cb (GTask *task,
|
||||
|
||||
gtk_im_context_simple_init_compose_table ();
|
||||
|
||||
g_task_return_boolean (task, TRUE);
|
||||
|
||||
gdk_profiler_end_mark (before, "im compose table load (thread)", NULL);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user