summaryrefslogtreecommitdiff
path: root/firefox-RC1-stock-icons-gnomestripe.patch
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2007-09-25 04:49:20 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2007-09-25 04:49:20 +0000
commit4ca0d1acd4277f412fc68621d454c469a6639787 (patch)
tree758a374f7f48aeb2823019111cbe3107f1190697 /firefox-RC1-stock-icons-gnomestripe.patch
parentBR startup-notification-devel (diff)
downloadlibrewolf-fedora-ff-4ca0d1acd4277f412fc68621d454c469a6639787.tar.gz
librewolf-fedora-ff-4ca0d1acd4277f412fc68621d454c469a6639787.tar.bz2
librewolf-fedora-ff-4ca0d1acd4277f412fc68621d454c469a6639787.zip
remove some no longer used patches
Diffstat (limited to 'firefox-RC1-stock-icons-gnomestripe.patch')
-rw-r--r--firefox-RC1-stock-icons-gnomestripe.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/firefox-RC1-stock-icons-gnomestripe.patch b/firefox-RC1-stock-icons-gnomestripe.patch
deleted file mode 100644
index f510afb..0000000
--- a/firefox-RC1-stock-icons-gnomestripe.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: browser/themes/Makefile.in
-===================================================================
-RCS file: /cvsroot/mozilla/browser/themes/Makefile.in,v
-retrieving revision 1.1.2.2
-diff -d -u -p -r1.1.2.2 Makefile.in
---- browser/themes/Makefile.in 17 Jun 2004 06:18:32 -0000 1.1.2.2
-+++ browser/themes/Makefile.in 4 Nov 2004 17:46:36 -0000
-@@ -45,14 +45,19 @@ include $(DEPTH)/config/autoconf.mk
- #
- # Theme Selection
- #
--# Windows, GNOME/Linux Winstripe
-+# Windows Winstripe
- # MacOS X Pinstripe
-+# GNOME/Linux Gnomestripe
- #
-
- ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
- DIRS = pinstripe
- else
-+ifneq (,$(filter windows,$(MOZ_WIDGET_TOOLKIT)))
- DIRS = winstripe
-+else
-+DIRS = gnomestripe
-+endif
- endif
-
- include $(topsrcdir)/config/rules.mk
bgstack15