From: Matthias Clasen Date: Thu, 2 Mar 2023 21:17:48 +0000 (-0500) Subject: impcontextsimple: Return from GTask X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~6^2~13^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d968659b43e5165c143476d6b7c027ab51976fd3;p=gtk4.git impcontextsimple: Return from GTask GLib complains about this now, so do it. --- diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index c9ff583614..f07a2f76e1 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -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); }