Fixed bug 230617: Jan 9 Build will not create new Calendar, Event, or Task for *first time* installation

This commit is contained in:
mostafah%oeone.com 2004-02-06 23:36:48 +00:00
Родитель ff282e6bbf
Коммит 996e18659c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -68,7 +68,7 @@ function calendarManager( CalendarWindow )
if( !CalendarDirectory.exists() )
{
var thisDir = new Dir( CalendarDirectory.path );
thisDir.create( 0755 );
thisDir.create();
}
var profileFile = this.getProfileDirectory();