diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2007-12-18 14:33:32 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2007-12-18 14:33:32 +0000 |
commit | bede30df0baea7e8e1e2f6d108a73e051cd64fc3 (patch) | |
tree | a7a6155e74c936ee389ec0edd95c6ace2d6d9d00 /firefox-1.1-default-applications.patch | |
parent | ...and put back all of the prefs (diff) | |
download | librewolf-fedora-ff-bede30df0baea7e8e1e2f6d108a73e051cd64fc3.tar.gz librewolf-fedora-ff-bede30df0baea7e8e1e2f6d108a73e051cd64fc3.tar.bz2 librewolf-fedora-ff-bede30df0baea7e8e1e2f6d108a73e051cd64fc3.zip |
- moved to XUL Runner and updated to 3.0b3pre
- removed firefox-devel package, gecko-libs is provided by xulrunner-devel
now.
Diffstat (limited to 'firefox-1.1-default-applications.patch')
-rwxr-xr-x | firefox-1.1-default-applications.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/firefox-1.1-default-applications.patch b/firefox-1.1-default-applications.patch deleted file mode 100755 index 1666ff6..0000000 --- a/firefox-1.1-default-applications.patch +++ /dev/null @@ -1,32 +0,0 @@ -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;"/> |