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.

This commit is contained in:
slamm%netscape.com 1999-11-02 03:49:14 +00:00
Родитель 59640f2e44
Коммит a18f45f9c4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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:";