From 71169c604e17d0579603e83f918a2931b82bbafa Mon Sep 17 00:00:00 2001 From: "bryner%brianryner.com" Date: Sun, 5 Sep 2004 03:39:06 +0000 Subject: [PATCH] browser/app expects document.png to be present for both gtk1 and gtk2. Bug 252207 --- other-licenses/branding/firefox/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other-licenses/branding/firefox/Makefile.in b/other-licenses/branding/firefox/Makefile.in index 22227a9ca508..f9968ed047cc 100644 --- a/other-licenses/branding/firefox/Makefile.in +++ b/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)))