From fa0cf490706b654bdf3aedbef1187caf90b5fa6b Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Mon, 18 Jul 2005 20:30:35 +0000 Subject: - Update to Deer Park Alpha 2 - STILL TODO: - This build is not localized yet. - Theme issues not yet resolved. - Building on ppc platforms is busted, disable them for now. - Forward port all remaining patches. --- firefox-1.1-default-applications.patch | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100755 firefox-1.1-default-applications.patch (limited to 'firefox-1.1-default-applications.patch') diff --git a/firefox-1.1-default-applications.patch b/firefox-1.1-default-applications.patch new file mode 100755 index 0000000..3936926 --- /dev/null +++ b/firefox-1.1-default-applications.patch @@ -0,0 +1,32 @@ +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/general.xul +=================================================================== +RCS file: /cvsroot/mozilla/browser/components/preferences/general.xul,v +retrieving revision 1.5 +diff -d -u -p -r1.5 general.xul +--- browser/components/preferences/general.xul 10 Mar 2005 18:43:57 -0000 1.5 ++++ browser/components/preferences/general.xul 17 Jun 2005 14:25:12 -0000 +@@ -62,7 +62,7 @@ + + + +-#ifdef HAVE_SHELL_SERVICE ++#if 0 + + + -- cgit