mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
quartz: Strip newlines from g_warning and g_error
g_logv adds one for us already.
This commit is contained in:
parent
1c887b2287
commit
4f422d1f5b
@ -162,7 +162,7 @@ _gdk_quartz_display_text_property_to_utf8_list (GdkDisplay *display,
|
||||
{
|
||||
gchar *enc_name = gdk_atom_name (encoding);
|
||||
|
||||
g_warning ("gdk_text_property_to_utf8_list_for_display: encoding %s not handled\n", enc_name);
|
||||
g_warning ("gdk_text_property_to_utf8_list_for_display: encoding %s not handled", enc_name);
|
||||
g_free (enc_name);
|
||||
|
||||
if (list)
|
||||
|
Loading…
Reference in New Issue
Block a user