summaryrefslogtreecommitdiff
path: root/firefox-1.1-default-applications.patch
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2006-10-24 18:57:43 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2006-10-24 18:57:43 +0000
commitab0f13fc20275ae89d000c5e67f71e89e5223459 (patch)
tree666ffa27c3122036da8aa5ddf5000bc25ad824ba /firefox-1.1-default-applications.patch
parent- Add virtual provides for gecko applications. (diff)
downloadlibrewolf-fedora-ff-ab0f13fc20275ae89d000c5e67f71e89e5223459.tar.gz
librewolf-fedora-ff-ab0f13fc20275ae89d000c5e67f71e89e5223459.tar.bz2
librewolf-fedora-ff-ab0f13fc20275ae89d000c5e67f71e89e5223459.zip
- Update to 2.0
- Add patch from Behdad to fix pango printing.
Diffstat (limited to 'firefox-1.1-default-applications.patch')
-rwxr-xr-xfirefox-1.1-default-applications.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/firefox-1.1-default-applications.patch b/firefox-1.1-default-applications.patch
index 3936926..1666ff6 100755
--- a/firefox-1.1-default-applications.patch
+++ b/firefox-1.1-default-applications.patch
@@ -14,19 +14,19 @@ diff -d -u -p -r1.2.4.1 nsGNOMEShellService.h
NS_DECL_ISUPPORTS
NS_DECL_NSISHELLSERVICE
-Index: browser/components/preferences/general.xul
+Index: browser/components/preferences/main.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>
+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
- <groupbox orient="horizontal">
- <caption label="&defaultBrowserGroup.label;"/>
- <hbox align="center" flex="1">
+ <!-- System Defaults -->
+ <groupbox id="systemDefaultsGroup" orient="horizontal">
+ <caption label="&systemDefaults.label;"/>
bgstack15