projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e39b5c9
)
imcontext: Improve an error message
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 1 Feb 2021 05:44:08 +0000
(
00:44
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 1 Feb 2021 05:44:41 +0000
(
00:44
-0500)
This error message was misleading, as pointed out
by Ralf Jung.
gtk/gtkcomposetable.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcomposetable.c
b/gtk/gtkcomposetable.c
index b2914807decf95da089dc51522af9e8922932547..710367b9f1f595bff77c98cee7b5d7f842758b77 100644
(file)
--- a/
gtk/gtkcomposetable.c
+++ b/
gtk/gtkcomposetable.c
@@
-191,7
+191,7
@@
parse_compose_sequence (GtkComposeData *compose_data,
g_strfreev (words);
if (0 == n || n >= GTK_MAX_COMPOSE_LEN)
{
- g_warning ("The max
number of
sequences is %d: %s",
+ g_warning ("The max
length of compose
sequences is %d: %s",
GTK_MAX_COMPOSE_LEN, line);
return FALSE;
}