[gtk/compose-warning] imcontext: Take out the warnings
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/compose-warning] imcontext: Take out the warnings
- Date: Mon, 22 Feb 2021 20:02:25 +0000 (UTC)
commit de70d16db902975566b8feb6725728101acb1024
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Feb 22 15:00:58 2021 -0500
imcontext: Take out the warnings
Don't warn about Compose file constructs we don't
support. We haven't supported these for a long time,
and nobody has every complained. Need to wake
up sleeping dogs.
gtk/gtkcomposetable.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/gtk/gtkcomposetable.c b/gtk/gtkcomposetable.c
index 09cf7b8e8f..a39258f659 100644
--- a/gtk/gtkcomposetable.c
+++ b/gtk/gtkcomposetable.c
@@ -99,9 +99,6 @@ parse_compose_value (GtkComposeData *compose_data,
while (*p && g_ascii_isspace (*p))
p++;
- if (*p != '\0' && *p != '#')
- g_warning ("Ignoring keysym after string: %s: %s", val, line);
-
compose_data->value = g_string_free (value, FALSE);
return TRUE;
}
@@ -248,10 +245,7 @@ parse_compose_line (GList **compose_list,
return;
if (g_str_has_prefix (line, "include "))
- {
- g_warning ("include in Compose files not supported: %s", line);
- return;
- }
+ return;
components = g_strsplit (line, ":", 2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]