aboutsummaryrefslogtreecommitdiff
path: root/www/skipstone
diff options
context:
space:
mode:
authorEric Melville <eric@FreeBSD.org>2002-10-05 18:41:44 +0000
committerEric Melville <eric@FreeBSD.org>2002-10-05 18:41:44 +0000
commitd822f68dab2e6745ebaad73289cf4692d0c0a323 (patch)
treec449d7b3a059f3e7c8de26b395637cb84b9452d7 /www/skipstone
parent94d6949794c7bfb5b0b33d4ee36261fc7ea2b462 (diff)
downloadports-d822f68dab2e6745ebaad73289cf4692d0c0a323.tar.gz
ports-d822f68dab2e6745ebaad73289cf4692d0c0a323.zip
Notes
Diffstat (limited to 'www/skipstone')
-rw-r--r--www/skipstone/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/skipstone/files/patch-ab b/www/skipstone/files/patch-ab
new file mode 100644
index 000000000000..48a328d350fb
--- /dev/null
+++ b/www/skipstone/files/patch-ab
@@ -0,0 +1,19 @@
+--- src/mozilla.cpp.orig Mon Sep 30 07:27:17 2002
++++ src/mozilla.cpp Mon Sep 30 07:28:14 2002
+@@ -62,6 +62,7 @@
+ #include "nsIContentViewerFile.h"
+ #include "nsIPrintOptions.h"
+ #include "nsIPrintSettings.h"
++#include "nsIPrintSettingsService.h"
+ #include "nsIWebBrowserPrint.h"
+ #include "skipstone-print.h"
+ #include "debug.h"
+@@ -203,7 +204,7 @@
+ #ifdef NS_WITH_SERVICE
+ NS_WITH_SERVICE(nsIPrintOptions, options, kPrintOptionsCID, &result);
+ #else
+- nsCOMPtr<nsIPrintOptions> options = do_GetService(kPrintOptionsCID, &result);
++ nsCOMPtr<nsIPrintSettingsService> options = do_GetService(kPrintOptionsCID, &result);
+ #endif
+ if (NS_FAILED(result)) D_RETURN_ ( NS_ERROR_FAILURE );
+