gtk: Strip newlines from g_warning and g_error

g_logv adds one for us already.
This commit is contained in:
Matthias Clasen
2016-02-28 11:06:25 -05:00
parent 72b40266bd
commit bbd94b5a9f
40 changed files with 83 additions and 86 deletions

View File

@ -305,7 +305,7 @@ _gtk_print_operation_platform_backend_launch_preview (GtkPrintOperation *op,
{
gchar* uri;
g_warning ("%s %s", _("Error launching preview"), error->message);
g_warning ("Error launching preview: %s", error->message);
g_error_free (error);
error = NULL;