From d1699f4078b796f9d8617751c26f798877e7f1bc Mon Sep 17 00:00:00 2001 From: "kairo%kairo.at" Date: Sat, 4 Nov 2006 16:11:19 +0000 Subject: [PATCH] bug 359244 - JS error opening preferences on mac, fix a misinterpretation of the old Makefile when I moved this to suite/, p=stefanh@bluebottle.com r=me --- suite/common/jar.mn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/common/jar.mn b/suite/common/jar.mn index 1fd53ba253f..89450fc0692 100644 --- a/suite/common/jar.mn +++ b/suite/common/jar.mn @@ -165,7 +165,7 @@ comm.jar: content/communicator/pref/pref-winhooks.js (pref/pref-winhooks.js) content/communicator/pref/pref-winhooks.xul (pref/pref-winhooks.xul) #ifdef XP_MACOSX -# content/communicator/pref/platformPrefOverlay.xul (pref/mac/platformPrefOverlay.xul) + content/communicator/pref/platformPrefOverlay.xul (pref/mac/platformPrefOverlay.xul) #else #ifdef XP_WIN32 content/communicator/pref/platformPrefOverlay.xul (pref/win/platformPrefOverlay.xul)