summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-03-02 16:17:48 -0500
committerMatthias Clasen <mclasen@redhat.com>2023-03-02 16:18:45 -0500
commitd968659b43e5165c143476d6b7c027ab51976fd3 (patch)
tree8ccc5ea6805ee23bad4ea76879968d702643e59b
parent48d3db8daa2d284cada1efa835c386a771417076 (diff)
downloadgtk+-d968659b43e5165c143476d6b7c027ab51976fd3.tar.gz
impcontextsimple: Return from GTask
GLib complains about this now, so do it.
-rw-r--r--gtk/gtkimcontextsimple.c2
1 files changed, 2 insertions, 0 deletions
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);
}