diff options
Diffstat (limited to 'embed/mozilla/GeckoPrintSession.cpp')
-rw-r--r-- | embed/mozilla/GeckoPrintSession.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/GeckoPrintSession.cpp b/embed/mozilla/GeckoPrintSession.cpp index 4c60bc74f..e433d71a7 100644 --- a/embed/mozilla/GeckoPrintSession.cpp +++ b/embed/mozilla/GeckoPrintSession.cpp @@ -105,7 +105,7 @@ GeckoPrintSession::SetSettings (GtkPrintSettings *aSettings, NS_ASSERTION (!mSettings && !mPageSetup && !mPrinter, "Already have settings!"); NS_ENSURE_ARG (aSettings); - mSettings = aSettings; /* this one is adopted */ + mSettings = (GtkPrintSettings *) g_object_ref (aSettings); NS_ENSURE_ARG (aPageSetup); NS_ENSURE_ARG (aPrinter); |