aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-embed.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/mozilla-embed.cpp')
-rw-r--r--embed/mozilla/mozilla-embed.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/mozilla/mozilla-embed.cpp b/embed/mozilla/mozilla-embed.cpp
index 66695ef64..e2eeeb6b8 100644
--- a/embed/mozilla/mozilla-embed.cpp
+++ b/embed/mozilla/mozilla-embed.cpp
@@ -1138,6 +1138,8 @@ impl_print (EphyEmbed *embed,
result = wrapper->Print(options, info->preview);
+ options->SetPrintSilent (PR_FALSE);
+
return NS_SUCCEEDED (result) ? G_OK : G_FAILED;
}