impcontextsimple: Return from GTask

GLib complains about this now, so do it.
This commit is contained in:
Matthias Clasen 2023-03-02 16:17:48 -05:00
parent 48d3db8daa
commit d968659b43

View File

@ -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);
}