summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-10-20 06:41:51 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-10-20 06:41:51 +0000
commitb493e5690e21182fa369511c0506fbc0734e6c55 (patch)
treedd79d0c040b5d6344b9000bb7c16e7a043df72b1
parent- More file chooser fixes: Pop up a confirmation dialog before overwriting (diff)
downloadlibrewolf-fedora-ff-b493e5690e21182fa369511c0506fbc0734e6c55.tar.gz
librewolf-fedora-ff-b493e5690e21182fa369511c0506fbc0734e6c55.tar.bz2
librewolf-fedora-ff-b493e5690e21182fa369511c0506fbc0734e6c55.zip
- Fix for upstream 263263.
-rw-r--r--firefox.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 7675e09..942f094 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -56,6 +56,7 @@ Patch106: firefox-PR1-tab-focus-stealing2.patch
Patch107: firefox-PR1-access-64bit-crash.patch
Patch108: firefox-PR1-defaultHeight.patch
Patch109: firefox-PR1-bug262689.patch
+Patch110: firefox-PR1-bug263263.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -108,6 +109,7 @@ compliance, performance and portability.
%patch107 -p0
%patch108 -p1
%patch109 -p0
+%patch110 -p0
%{__rm} -f .mozconfig
%{__cp} %{SOURCE2} .mozconfig
@@ -227,6 +229,7 @@ fi
- More file chooser fixes:
Pop up a confirmation dialog before overwriting files (#134648)
Allow saving as complete once again
+- Fix for upstream 263263.
* Tue Oct 19 2004 Christopher Aillon <caillon@redhat.com> 0:0.10.1-1.0PR1.18
- Fix for upstream 262689.
bgstack15