This commit is contained in:
darin%meer.net 2004-11-08 02:43:19 +00:00
Родитель f6c7b7365a
Коммит 2a234ac098
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1666,7 +1666,7 @@ nsBookmarksService::Init()
{
nsCAutoString spec;
uri->GetSpec(spec);
if (!uri.IsEmpty())
if (!spec.IsEmpty())
{
stringService->CreateBundle(spec.get(), getter_AddRefs(mBundle));
}