[gtk/matthiasc/for-master: 4/5] imcontext: Improve an error message
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master: 4/5] imcontext: Improve an error message
- Date: Mon, 1 Feb 2021 05:56:49 +0000 (UTC)
commit 162814f96999a41466ee167494e6b422cdd5be16
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Feb 1 00:44:08 2021 -0500
imcontext: Improve an error message
This error message was misleading, as pointed out
by Ralf Jung.
gtk/gtkcomposetable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkcomposetable.c b/gtk/gtkcomposetable.c
index b2914807de..710367b9f1 100644
--- 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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]