From 6fd13b06a77963f6353a9e448b40978895c2d75f Mon Sep 17 00:00:00 2001 From: "bryner%brianryner.com" Date: Sun, 5 Sep 2004 03:41:24 +0000 Subject: [PATCH] browser/app expects document.png to be present for both gtk1 and gtk2. Bug 252207 git-svn-id: svn://10.0.0.236/trunk@161774 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/other-licenses/branding/firefox/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/other-licenses/branding/firefox/Makefile.in b/mozilla/other-licenses/branding/firefox/Makefile.in index 22227a9ca50..f9968ed047c 100644 --- a/mozilla/other-licenses/branding/firefox/Makefile.in +++ b/mozilla/other-licenses/branding/firefox/Makefile.in @@ -23,7 +23,7 @@ BROWSER_APP_FILES = \ export:: $(NSINSTALL) -D $(DIST)/branding cp $(addprefix $(srcdir)/, $(BROWSER_APP_FILES)) $(DIST)/branding/ -ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2) +ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT))) cp $(srcdir)/document.png $(DIST)/branding/document.png endif ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))