summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2004-11-13 14:14:13 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2004-11-13 14:14:13 +0000
commitc653b18d237c6052c24841b4c65e00ca2814fced (patch)
tree426c61514fd112cf6d43347ea7ff7b1188e0d941
parent- Firefox 1.0 (diff)
downloadlibrewolf-fedora-ff-c653b18d237c6052c24841b4c65e00ca2814fced.tar.gz
librewolf-fedora-ff-c653b18d237c6052c24841b4c65e00ca2814fced.tar.bz2
librewolf-fedora-ff-c653b18d237c6052c24841b4c65e00ca2814fced.zip
- Fix livemarks icon issue. (#138989)
-rw-r--r--firefox-gnomestripe-0.1-livemarks.patch27
-rw-r--r--firefox.spec7
2 files changed, 33 insertions, 1 deletions
diff --git a/firefox-gnomestripe-0.1-livemarks.patch b/firefox-gnomestripe-0.1-livemarks.patch
new file mode 100644
index 0000000..a9cdab4
--- /dev/null
+++ b/firefox-gnomestripe-0.1-livemarks.patch
@@ -0,0 +1,27 @@
+diff -ru mozilla-badicon/browser/themes/gnomestripe/browser/browser.css mozilla/browser/themes/gnomestripe/browser/browser.css
+--- mozilla-badicon/browser/themes/gnomestripe/browser/browser.css 2004-11-02 09:05:54.000000000 -0500
++++ mozilla/browser/themes/gnomestripe/browser/browser.css 2004-11-13 09:08:43.531509488 -0500
+@@ -138,6 +138,7 @@
+ /* only the folder icon has any effect for now, item icon is unused */
+ .bookmark-item[livemark="true"] {
+ list-style-image: url("chrome://browser/skin/livemark-item.png") !important;
++ -moz-image-region: rect(0px, 16px, 16px, 0px);
+ }
+
+ .bookmark-item[type="menu"][livemark="true"] {
+@@ -148,6 +149,15 @@
+ -moz-image-region: rect(16px, 48px, 32px, 32px) !important;
+ }
+
++.bookmark-item[livemark="true"][container="true"] {
++ -moz-image-region: rect(0px, 32px, 16px, 16px) !important;
++}
++
++.bookmark-item[livemark="true"][open="true"],
++.bookmark-item[livemark="true"][container="true"][open="true"] {
++ -moz-image-region: rect(16px, 32px, 32px, 16px) !important;
++}
++
+ /* ::::: primary toolbar buttons ::::: */
+
+ .toolbarbutton-1 {
diff --git a/firefox.spec b/firefox.spec
index e2c1895..847213f 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -8,7 +8,7 @@ ExclusiveArch: i386 x86_64 ia64 ppc
Summary: Mozilla Firefox Web browser.
Name: firefox
Version: 1.0
-Release: 1
+Release: 2
Epoch: 0
URL: http://www.mozilla.org/projects/firefox/
License: MPL/LGPL
@@ -39,6 +39,7 @@ Patch25: firefox-PR1-software-update.patch
Patch26: firefox-RC1-stock-icons-be.patch
Patch27: firefox-RC1-stock-icons-fe.patch
Patch28: firefox-RC1-stock-icons-gnomestripe.patch
+Patch29: firefox-gnomestripe-0.1-livemarks.patch
# local bugfixes
Patch40: firefox-PR1-gnome-vfs-default-app.patch
@@ -96,6 +97,7 @@ compliance, performance and portability.
%patch26 -p0
%patch27 -p0
%patch28 -p0
+%patch29 -p1
%patch40 -p1
%patch41 -p0
%patch90 -p0
@@ -220,6 +222,9 @@ fi
#---------------------------------------------------------------------
%changelog
+* Fri Nov 12 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-2
+- Fix livemarks icon issue. (#138989)
+
* Tue Nov 8 2004 Christopher Aillon <caillon@redhat.com> 0:1.0-1
- Firefox 1.0
bgstack15