From 70935bf2f9c05dab0383eb42eeb92c79ccdb100c Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 26 Oct 2020 22:44:21 -0300 Subject: [PATCH] Fixing fedora builds. --- src/dialogs/print/convenience.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dialogs/print/convenience.c b/src/dialogs/print/convenience.c index 66a7591..86ef632 100644 --- a/src/dialogs/print/convenience.c +++ b/src/dialogs/print/convenience.c @@ -99,8 +99,8 @@ v3270_popup_gerror( widget, &err, - _("Print operation has failed"), - err->message + NULL, + _("Print operation has failed") ); rc = -1; -- libgit2 0.21.2