mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
widget: Fix an oversight
g_message comes with a builtin newline, don't add one to the message.
This commit is contained in:
parent
2c5533589d
commit
913cd91df0
@ -4378,7 +4378,7 @@ gtk_widget_run_controllers (GtkWidget *widget,
|
||||
if (this_handled &&
|
||||
(type == GDK_KEY_PRESS || type == GDK_KEY_RELEASE))
|
||||
{
|
||||
g_message ("key %s (keyval %d) handled at widget %s by controller %s\n",
|
||||
g_message ("key %s (keyval %d) handled at widget %s by controller %s",
|
||||
type == GDK_KEY_PRESS ? "press" : "release",
|
||||
gdk_key_event_get_keyval (event),
|
||||
G_OBJECT_TYPE_NAME (widget),
|
||||
|
Loading…
Reference in New Issue
Block a user