diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2005-07-18 20:30:35 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2005-07-18 20:30:35 +0000 |
commit | fa0cf490706b654bdf3aedbef1187caf90b5fa6b (patch) | |
tree | b83ccdedaf2183e39156f650a4f48900e5b09712 /firefox-1.1-default-applications.patch | |
parent | - Update to Deer Park Alpha 2 (diff) | |
download | librewolf-fedora-ff-fa0cf490706b654bdf3aedbef1187caf90b5fa6b.tar.gz librewolf-fedora-ff-fa0cf490706b654bdf3aedbef1187caf90b5fa6b.tar.bz2 librewolf-fedora-ff-fa0cf490706b654bdf3aedbef1187caf90b5fa6b.zip |
- 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.
Diffstat (limited to 'firefox-1.1-default-applications.patch')
-rwxr-xr-x | firefox-1.1-default-applications.patch | 32 |
1 files changed, 32 insertions, 0 deletions
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 @@ + </hbox> + </groupbox> + +-#ifdef HAVE_SHELL_SERVICE ++#if 0 + <groupbox orient="horizontal"> + <caption label="&defaultBrowserGroup.label;"/> + <hbox align="center" flex="1"> |