firefox/firefox-1.1-default-applications.patch
Christopher Aillon ab0f13fc20 - Update to 2.0
- Add patch from Behdad to fix pango printing.
2006-10-24 18:57:43 +00:00

33 lines
1.3 KiB
Diff
Executable File

Index: browser/components/shell/src/nsGNOMEShellService.h
===================================================================
RCS file: /cvsroot/mozilla/browser/components/shell/src/nsGNOMEShellService.h,v
retrieving revision 1.2.4.1
diff -d -u -p -r1.2.4.1 nsGNOMEShellService.h
--- browser/components/shell/src/nsGNOMEShellService.h 15 Jul 2004 20:43:55 -0000 1.2.4.1
+++ browser/components/shell/src/nsGNOMEShellService.h 15 Oct 2004 20:39:56 -0000
@@ -43,7 +43,7 @@
class nsGNOMEShellService : public nsIShellService
{
public:
- nsGNOMEShellService() : mCheckedThisSession(PR_FALSE) { }
+ nsGNOMEShellService() : mCheckedThisSession(PR_TRUE) { }
NS_DECL_ISUPPORTS
NS_DECL_NSISHELLSERVICE
Index: browser/components/preferences/main.xul
===================================================================
RCS file: /cvsroot/mozilla/browser/components/preferences/main.xul,v
retrieving revision 1.3.2.6
diff -d -u -p -r1.3.2.6 main.xul
--- browser/components/preferences/main.xul 13 Sep 2006 03:01:38 -0000 1.3.2.6
+++ browser/components/preferences/main.xul 7 Oct 2006 19:58:16 -0000
@@ -193,7 +193,7 @@
</radiogroup>
</groupbox>
-#ifdef HAVE_SHELL_SERVICE
+#if 0
<!-- System Defaults -->
<groupbox id="systemDefaultsGroup" orient="horizontal">
<caption label="&systemDefaults.label;"/>