From 1ea57d5ec0e658a86e5eb61842c34dcbc1f54120 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 2 Nov 2003 10:48:30 +0000 Subject: Unset silent mode after printing, should fix bug #125984. 2003-11-02 Christian Persch * embed/mozilla/mozilla-embed.cpp: (impl_print): Unset silent mode after printing, should fix bug #125984. --- ChangeLog | 6 ++++++ embed/mozilla/mozilla-embed.cpp | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index b5085af51..8acf33032 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-11-02 Christian Persch + + * embed/mozilla/mozilla-embed.cpp: (impl_print): + + Unset silent mode after printing, should fix bug #125984. + 2003-11-01 Christian Persch * embed/ephy-history.c: (ephy_history_save), (hosts_added_cb), diff --git a/embed/mozilla/mozilla-embed.cpp b/embed/mozilla/mozilla-embed.cpp index dbc04ad39..62af22e82 100644 --- a/embed/mozilla/mozilla-embed.cpp +++ b/embed/mozilla/mozilla-embed.cpp @@ -973,6 +973,9 @@ impl_print (EphyEmbed *embed, result = mpriv->browser->Print(options, info->preview); + /* Workaround for bug 125984 */ + options->SetPrintSilent (PR_FALSE); + return NS_SUCCEEDED (result) ? G_OK : G_FAILED; } -- cgit v1.2.3