quartz: Strip newlines from g_warning and g_error
g_logv adds one for us already.
This commit is contained in:
		| @ -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) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen