mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
imcontext: Improve an error message
This error message was misleading, as pointed out by Ralf Jung.
This commit is contained in:
parent
e39b5c99f1
commit
162814f969
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user