aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/GeckoPrintService.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-06-14 20:17:29 +0800
committerChristian Persch <chpe@src.gnome.org>2007-06-14 20:17:29 +0800
commit9155e8cd98bc489df8a2093d1769b0b1c46981d7 (patch)
tree7305d00dc5d98d62f1b76902d4d6f66512ccf04e /embed/mozilla/GeckoPrintService.cpp
parenta6a2cd926bc435e0dfbaf1c3d3535c0f2ba47410 (diff)
downloadgsoc2013-epiphany-9155e8cd98bc489df8a2093d1769b0b1c46981d7.tar
gsoc2013-epiphany-9155e8cd98bc489df8a2093d1769b0b1c46981d7.tar.gz
gsoc2013-epiphany-9155e8cd98bc489df8a2093d1769b0b1c46981d7.tar.bz2
gsoc2013-epiphany-9155e8cd98bc489df8a2093d1769b0b1c46981d7.tar.lz
gsoc2013-epiphany-9155e8cd98bc489df8a2093d1769b0b1c46981d7.tar.xz
gsoc2013-epiphany-9155e8cd98bc489df8a2093d1769b0b1c46981d7.tar.zst
gsoc2013-epiphany-9155e8cd98bc489df8a2093d1769b0b1c46981d7.zip
Set the print as cancelled in the print settings too, see
2007-06-14 Christian Persch <chpe@gnome.org> * embed/mozilla/GeckoPrintService.cpp: * embed/mozilla/GeckoPrintSession.cpp: * embed/mozilla/GeckoPrintSession.h: Set the print as cancelled in the print settings too, see https://bugzilla.mozilla.org/show_bug.cgi?id=253926. svn path=/trunk/; revision=7081
Diffstat (limited to 'embed/mozilla/GeckoPrintService.cpp')
-rw-r--r--embed/mozilla/GeckoPrintService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/GeckoPrintService.cpp b/embed/mozilla/GeckoPrintService.cpp
index 98acb7dd9..1d00eab76 100644
--- a/embed/mozilla/GeckoPrintService.cpp
+++ b/embed/mozilla/GeckoPrintService.cpp
@@ -239,7 +239,7 @@ GeckoPrintService::ShowPrintDialog (nsIDOMWindow *aParent,
g_object_unref (settings);
settings = settingsCopy;
- rv = session->SetSettings (settings, pageSetup, printer);
+ rv = session->SetSettings (aSettings, settings, pageSetup, printer);
/* Now translate the settings to nsIPrintSettings */
if (NS_SUCCEEDED (rv)) {