projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ea83e
)
impcontextsimple: Return from GTask
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 3 Mar 2023 00:04:41 +0000
(19:04 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 3 Mar 2023 00:18:34 +0000
(19:18 -0500)
GLib complains about this now, so do it.
gtk/gtkimcontextsimple.c
patch
|
blob
|
history
diff --git
a/gtk/gtkimcontextsimple.c
b/gtk/gtkimcontextsimple.c
index a788426ceb07771bfeb0a7dfc2ed61c46ca310c7..ccf9687ba66abbcd1b3f58e4a897dc7de6b47207 100644
(file)
--- a/
gtk/gtkimcontextsimple.c
+++ b/
gtk/gtkimcontextsimple.c
@@
-253,6
+253,8
@@
init_compose_table_thread_cb (GTask *task,
return;
gtk_im_context_simple_init_compose_table ();
+
+ g_task_return_boolean (task, TRUE);
}
static void