From 19446f10584397aeb2ba8a1299dfee4e2ef45700 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Tue, 2 Nov 1999 03:49:14 +0000 Subject: [PATCH] Partial fix for bug 17722, "No [Sidebar] Panels for mac". We should probably copy the entire directory, but adding a MANIFEST file to profile/defaults would mess up Linux and Windows. May need to add Makefiles for them too. r=pinkerton. git-svn-id: svn://10.0.0.236/trunk@52494 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/mac/NGLayoutBuildList.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/build/mac/NGLayoutBuildList.pm b/mozilla/build/mac/NGLayoutBuildList.pm index 761d8818e5b..a1ce0fa8640 100644 --- a/mozilla/build/mac/NGLayoutBuildList.pm +++ b/mozilla/build/mac/NGLayoutBuildList.pm @@ -1236,6 +1236,7 @@ sub MakeResourceAliases() mkdir($default_profile_dir, 0); _copy(":mozilla:profile:defaults:bookmarks.html", "$default_profile_dir"."bookmarks.html"); + _copy(":mozilla:profile:defaults:panels.rdf", "$default_profile_dir"."panels.rdf"); # Default _pref_ directory stuff my($default_pref_dir) = "$defaults_dir"."Pref:";