Commit 70935bf2f9c05dab0383eb42eeb92c79ccdb100c

Authored by Perry Werneck
1 parent 4fd560d4
Exists in master and in 1 other branch develop

Fixing fedora builds.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/dialogs/print/convenience.c
... ... @@ -99,8 +99,8 @@
99 99 v3270_popup_gerror(
100 100 widget,
101 101 &err,
102   - _("Print operation has failed"),
103   - err->message
  102 + NULL,
  103 + _("Print operation has failed")
104 104 );
105 105  
106 106 rc = -1;
... ...